Html Css Color HEX #36649C Lochmara

📋 copy color: '#36649C'

red 54 ◦ green 100 ◦ blue 156

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

Shades of Lochmara #36649C

Tints of Lochmara #36649C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.26%

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

R = 17.42%
G = 32.26%
B = 50.32%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36649C (or 0x36649C) is known color: Lochmara. HEX triplet: 36, 64 and 9C. RGB value is (54,100,156). Sum of RGB (Red+Green+Blue) = 54+100+156=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #36649C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36649C is #C99B63. Grayscale: #5C5C5C. Windows color (decimal): -13212516 or 10249270. OLE color: 10249270.

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

Color convert

RGB 54 100 156 -
CMYK 0.65 0.36 0 0.39
HSL 212.94º 0.49% 0.41% -
HSV(B) 212.94º 0.65% 0.61% -
XYZ 12.08 12.3 33.19 -
YUV 92.63 163.76 100.45 -
System Red Green Blue C M Y K H S L
Decimal 54 100 156 0.65 0.36 0 0.39 212.94 0.49 0.41
Hex 36 64 9C 41 24 0 27 D5 31 29
Octal 66 144 234 101 44 0 47 325 61 51
Binary 110110 1100100 10011100 1000001 100100 0 100111 11010101 110001 101001

Color Harmonies of #36649C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36649C

Black with #36649C

Text Example


Text Example

White with #36649C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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