Html Css Color HEX #36769B Lochmara

📋 copy color: '#36769B'

red 54 ◦ green 118 ◦ blue 155

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

Shades of Lochmara #36769B

Tints of Lochmara #36769B

RGB

 RED value IS 54 (21.48% from 255) = 16.51%

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

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

R = 16.51%
G = 36.09%
B = 47.4%

CMYK

 C value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36769B (or 0x36769B) is known color: Lochmara. HEX triplet: 36, 76 and 9B. RGB value is (54,118,155). Sum of RGB (Red+Green+Blue) = 54+118+155=327 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.51% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #36769B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36769B is #C98964. Grayscale: #666666. Windows color (decimal): -13207909 or 10188342. OLE color: 10188342.

HSL color Cylindrical-coordinate representation of color #36769B: hue angle of 201.98º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36769B is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 118 155 -
CMYK 0.65 0.24 0 0.39
HSL 201.98º 0.48% 0.41% -
HSV(B) 201.98º 0.65% 0.61% -
XYZ 13.92 16.11 33.39 -
YUV 103.08 157.3 92.99 -
System Red Green Blue C M Y K H S L
Decimal 54 118 155 0.65 0.24 0 0.39 201.98 0.48 0.41
Hex 36 76 9B 41 18 0 27 CA 30 29
Octal 66 166 233 101 30 0 47 312 60 51
Binary 110110 1110110 10011011 1000001 11000 0 100111 11001010 110000 101001

Color Harmonies of #36769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36769B

Black with #36769B

Text Example


Text Example

White with #36769B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36769B; }

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

 H1.HeaderClassName
 {
   color: #36769B;
 }
 .AnyTagClassName
 {
   color: #36769B;
 }
</style>

background-color css

<style>
 a { background-color: #36769B; }

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

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

border-color css

<style>
 span { border-color: #36769B; }

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

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