Html Css Color HEX #36769A Lochmara

📋 copy color: '#36769A'

red 54 ◦ green 118 ◦ blue 154

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

Shades of Lochmara #36769A

Tints of Lochmara #36769A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.2%

 BLUE value IS 154 (60.55% from 255) = 47.24%

R = 16.56%
G = 36.2%
B = 47.24%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#36769A (or 0x36769A) is known color: Lochmara. HEX triplet: 36, 76 and 9A. RGB value is (54,118,154). Sum of RGB (Red+Green+Blue) = 54+118+154=326 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.56% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 154 - color contains mainly: blue. Hex color #36769A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36769A is #C98965. Grayscale: #666666. Windows color (decimal): -13207910 or 10122806. OLE color: 10122806.

HSL color Cylindrical-coordinate representation of color #36769A: hue angle of 201.6º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36769A is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 118 154 -
CMYK 0.65 0.23 0 0.40
HSL 201.6º 0.48% 0.41% -
HSV(B) 201.6º 0.65% 0.6% -
XYZ 13.83 16.07 32.95 -
YUV 102.97 156.8 93.07 -
System Red Green Blue C M Y K H S L
Decimal 54 118 154 0.65 0.23 0 0.40 201.6 0.48 0.41
Hex 36 76 9A 41 17 0 28 CA 30 29
Octal 66 166 232 101 27 0 50 312 60 51
Binary 110110 1110110 10011010 1000001 10111 0 101000 11001010 110000 101001

Color Harmonies of #36769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36769A

Black with #36769A

Text Example


Text Example

White with #36769A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36769A; }

 p { color: rgb(54,118,154); }

 H1.HeaderClassName
 {
   color: #36769A;
 }
 .AnyTagClassName
 {
   color: #36769A;
 }
</style>

background-color css

<style>
 a { background-color: #36769A; }

 a { background-color: rgb(54,118,154); }

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

border-color css

<style>
 span { border-color: #36769A; }

 span { border-color: rgb(54,118,154); }

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