Html Css Color HEX #36759B Lochmara

📋 copy color: '#36759B'

red 54 ◦ green 117 ◦ blue 155

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

Shades of Lochmara #36759B

Tints of Lochmara #36759B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.89%

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

R = 16.56%
G = 35.89%
B = 47.55%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36759B (or 0x36759B) is known color: Lochmara. HEX triplet: 36, 75 and 9B. RGB value is (54,117,155). Sum of RGB (Red+Green+Blue) = 54+117+155=326 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.56% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #36759B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36759B is #C98A64. Grayscale: #666666. Windows color (decimal): -13208165 or 10188086. OLE color: 10188086.

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

Color convert

RGB 54 117 155 -
CMYK 0.65 0.25 0 0.39
HSL 202.57º 0.48% 0.41% -
HSV(B) 202.57º 0.65% 0.61% -
XYZ 13.8 15.87 33.35 -
YUV 102.5 157.63 93.41 -
System Red Green Blue C M Y K H S L
Decimal 54 117 155 0.65 0.25 0 0.39 202.57 0.48 0.41
Hex 36 75 9B 41 19 0 27 CB 30 29
Octal 66 165 233 101 31 0 47 313 60 51
Binary 110110 1110101 10011011 1000001 11001 0 100111 11001011 110000 101001

Color Harmonies of #36759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36759B

Black with #36759B

Text Example


Text Example

White with #36759B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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