Html Css Color HEX #36699B Lochmara

📋 copy color: '#36699B'

red 54 ◦ green 105 ◦ blue 155

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

Shades of Lochmara #36699B

Tints of Lochmara #36699B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.44%

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

R = 17.2%
G = 33.44%
B = 49.36%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36699B (or 0x36699B) is known color: Lochmara. HEX triplet: 36, 69 and 9B. RGB value is (54,105,155). Sum of RGB (Red+Green+Blue) = 54+105+155=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #36699B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36699B is #C99664. Grayscale: #5F5F5F. Windows color (decimal): -13211237 or 10185014. OLE color: 10185014.

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

Color convert

RGB 54 105 155 -
CMYK 0.65 0.32 0 0.39
HSL 209.7º 0.48% 0.41% -
HSV(B) 209.7º 0.65% 0.61% -
XYZ 12.49 13.25 32.91 -
YUV 95.45 161.6 98.43 -
System Red Green Blue C M Y K H S L
Decimal 54 105 155 0.65 0.32 0 0.39 209.7 0.48 0.41
Hex 36 69 9B 41 20 0 27 D2 30 29
Octal 66 151 233 101 40 0 47 322 60 51
Binary 110110 1101001 10011011 1000001 100000 0 100111 11010010 110000 101001

Color Harmonies of #36699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36699B

Black with #36699B

Text Example


Text Example

White with #36699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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