Html Css Color HEX #3778AB Lochmara

📋 copy color: '#3778AB'

red 55 ◦ green 120 ◦ blue 171

#3778AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #3778AB

Tints of Lochmara #3778AB

RGB

 RED value IS 55 (21.88% from 255) = 15.9%

 GREEN value IS 120 (47.27% from 255) = 34.68%

 BLUE value IS 171 (67.19% from 255) = 49.42%

R = 15.9%
G = 34.68%
B = 49.42%

CMYK

 C value IS 0.68

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3778AB (or 0x3778AB) is known color: Lochmara. HEX triplet: 37, 78 and AB. RGB value is (55,120,171). Sum of RGB (Red+Green+Blue) = 55+120+171=346 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.90% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #3778AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3778AB is #C88754. Grayscale: #6A6A6A. Windows color (decimal): -13141845 or 11237431. OLE color: 11237431.

HSL color Cylindrical-coordinate representation of color #3778AB: hue angle of 206.38º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3778AB is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 120 171 -
CMYK 0.68 0.30 0 0.33
HSL 206.38º 0.51% 0.44% -
HSV(B) 206.38º 0.68% 0.67% -
XYZ 15.64 17.19 41.02 -
YUV 106.38 164.47 91.35 -
System Red Green Blue C M Y K H S L
Decimal 55 120 171 0.68 0.30 0 0.33 206.38 0.51 0.44
Hex 37 78 AB 44 1E 0 21 CE 33 2C
Octal 67 170 253 104 36 0 41 316 63 54
Binary 110111 1111000 10101011 1000100 11110 0 100001 11001110 110011 101100

Color Harmonies of #3778AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3778AB

Black with #3778AB

Text Example


Text Example

White with #3778AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3778AB; }

 p { color: rgb(55,120,171); }

 H1.HeaderClassName
 {
   color: #3778AB;
 }
 .AnyTagClassName
 {
   color: #3778AB;
 }
</style>

background-color css

<style>
 a { background-color: #3778AB; }

 a { background-color: rgb(55,120,171); }

 div.DivClassName
 {
   background-color: #3778AB;
 }
 .BgClassName
 {
   background-color: #3778AB;
 }
</style>

border-color css

<style>
 span { border-color: #3778AB; }

 span { border-color: rgb(55,120,171); }

 td.TdClassName
 {
   border-color: #3778AB;
 }
 .TagClassName
 {
   border-color: #3778AB;
 }
</style>