Html Css Color HEX #36649B Lochmara

📋 copy color: '#36649B'

red 54 ◦ green 100 ◦ blue 155

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

Shades of Lochmara #36649B

Tints of Lochmara #36649B

RGB

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

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

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

R = 17.48%
G = 32.36%
B = 50.16%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36649B (or 0x36649B) is known color: Lochmara. HEX triplet: 36, 64 and 9B. RGB value is (54,100,155). Sum of RGB (Red+Green+Blue) = 54+100+155=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #36649B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36649B is #C99B64. Grayscale: #5C5C5C. Windows color (decimal): -13212517 or 10183734. OLE color: 10183734.

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

Color convert

RGB 54 100 155 -
CMYK 0.65 0.35 0 0.39
HSL 212.67º 0.48% 0.41% -
HSV(B) 212.67º 0.65% 0.61% -
XYZ 11.99 12.27 32.75 -
YUV 92.52 163.26 100.53 -
System Red Green Blue C M Y K H S L
Decimal 54 100 155 0.65 0.35 0 0.39 212.67 0.48 0.41
Hex 36 64 9B 41 23 0 27 D5 30 29
Octal 66 144 233 101 43 0 47 325 60 51
Binary 110110 1100100 10011011 1000001 100011 0 100111 11010101 110000 101001

Color Harmonies of #36649B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36649B

Black with #36649B

Text Example


Text Example

White with #36649B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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