Html Css Color HEX #36749C Lochmara

📋 copy color: '#36749C'

red 54 ◦ green 116 ◦ blue 156

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

Shades of Lochmara #36749C

Tints of Lochmara #36749C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.58%

 BLUE value IS 156 (61.33% from 255) = 47.85%

R = 16.56%
G = 35.58%
B = 47.85%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36749C (or 0x36749C) is known color: Lochmara. HEX triplet: 36, 74 and 9C. RGB value is (54,116,156). Sum of RGB (Red+Green+Blue) = 54+116+156=326 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.56% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #36749C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36749C is #C98B63. Grayscale: #656565. Windows color (decimal): -13208420 or 10253366. OLE color: 10253366.

HSL color Cylindrical-coordinate representation of color #36749C: hue angle of 203.53º degrees, saturation: 0.49, 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 #36749C is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 116 156 -
CMYK 0.65 0.26 0 0.39
HSL 203.53º 0.49% 0.41% -
HSV(B) 203.53º 0.65% 0.61% -
XYZ 13.77 15.68 33.75 -
YUV 102.02 158.46 93.75 -
System Red Green Blue C M Y K H S L
Decimal 54 116 156 0.65 0.26 0 0.39 203.53 0.49 0.41
Hex 36 74 9C 41 1A 0 27 CC 31 29
Octal 66 164 234 101 32 0 47 314 61 51
Binary 110110 1110100 10011100 1000001 11010 0 100111 11001100 110001 101001

Color Harmonies of #36749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36749C

Black with #36749C

Text Example


Text Example

White with #36749C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36749C; }

 p { color: rgb(54,116,156); }

 H1.HeaderClassName
 {
   color: #36749C;
 }
 .AnyTagClassName
 {
   color: #36749C;
 }
</style>

background-color css

<style>
 a { background-color: #36749C; }

 a { background-color: rgb(54,116,156); }

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

border-color css

<style>
 span { border-color: #36749C; }

 span { border-color: rgb(54,116,156); }

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