Html Css Color HEX #367699 Lochmara

📋 copy color: '#367699'

red 54 ◦ green 118 ◦ blue 153

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

Shades of Lochmara #367699

Tints of Lochmara #367699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 47.08%

R = 16.62%
G = 36.31%
B = 47.08%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#367699 (or 0x367699) is known color: Lochmara. HEX triplet: 36, 76 and 99. RGB value is (54,118,153). Sum of RGB (Red+Green+Blue) = 54+118+153=325 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.62% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #367699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367699 is #C98966. Grayscale: #666666. Windows color (decimal): -13207911 or 10057270. OLE color: 10057270.

HSL color Cylindrical-coordinate representation of color #367699: hue angle of 201.21º 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 #367699 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 54 118 153 -
CMYK 0.65 0.23 0 0.4
HSL 201.21º 0.48% 0.41% -
HSV(B) 201.21º 0.65% 0.6% -
XYZ 13.75 16.04 32.51 -
YUV 102.85 156.3 93.15 -
System Red Green Blue C M Y K H S L
Decimal 54 118 153 0.65 0.23 0 0.4 201.21 0.48 0.41
Hex 36 76 99 41 17 0 28 C9 30 29
Octal 66 166 231 101 27 0 50 311 60 51
Binary 110110 1110110 10011001 1000001 10111 0 101000 11001001 110000 101001

Color Harmonies of #367699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367699

Black with #367699

Text Example


Text Example

White with #367699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367699; }

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

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

background-color css

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

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

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

border-color css

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

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

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