Html Css Color HEX #3E769B Lochmara

📋 copy color: '#3E769B'

red 62 ◦ green 118 ◦ blue 155

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

Shades of Lochmara #3E769B

Tints of Lochmara #3E769B

RGB

 RED value IS 62 (24.61% from 255) = 18.51%

 GREEN value IS 118 (46.48% from 255) = 35.22%

 BLUE value IS 155 (60.94% from 255) = 46.27%

R = 18.51%
G = 35.22%
B = 46.27%

CMYK

 C value IS 0.6

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3E769B (or 0x3E769B) is known color: Lochmara. HEX triplet: 3E, 76 and 9B. RGB value is (62,118,155). Sum of RGB (Red+Green+Blue) = 62+118+155=335 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.51% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E769B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E769B is #C18964. Grayscale: #696969. Windows color (decimal): -12683621 or 10188350. OLE color: 10188350.

HSL color Cylindrical-coordinate representation of color #3E769B: hue angle of 203.87º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E769B is Cyan = 0.6, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 62 118 155 -
CMYK 0.6 0.24 0 0.39
HSL 203.87º 0.43% 0.43% -
HSV(B) 203.87º 0.6% 0.61% -
XYZ 14.38 16.35 33.41 -
YUV 105.47 155.95 96.99 -
System Red Green Blue C M Y K H S L
Decimal 62 118 155 0.6 0.24 0 0.39 203.87 0.43 0.43
Hex 3E 76 9B 3C 18 0 27 CC 2B 2B
Octal 76 166 233 74 30 0 47 314 53 53
Binary 111110 1110110 10011011 111100 11000 0 100111 11001100 101011 101011

Color Harmonies of #3E769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E769B

Black with #3E769B

Text Example


Text Example

White with #3E769B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E769B; }

 p { color: rgb(62,118,155); }

 H1.HeaderClassName
 {
   color: #3E769B;
 }
 .AnyTagClassName
 {
   color: #3E769B;
 }
</style>

background-color css

<style>
 a { background-color: #3E769B; }

 a { background-color: rgb(62,118,155); }

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

border-color css

<style>
 span { border-color: #3E769B; }

 span { border-color: rgb(62,118,155); }

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