Html Css Color HEX #367698 Lochmara

📋 copy color: '#367698'

red 54 ◦ green 118 ◦ blue 152

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

Shades of Lochmara #367698

Tints of Lochmara #367698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 46.91%

R = 16.67%
G = 36.42%
B = 46.91%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#367698 (or 0x367698) is known color: Lochmara. HEX triplet: 36, 76 and 98. RGB value is (54,118,152). Sum of RGB (Red+Green+Blue) = 54+118+152=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: blue. Hex color #367698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367698 is #C98967. Grayscale: #666666. Windows color (decimal): -13207912 or 9991734. OLE color: 9991734.

HSL color Cylindrical-coordinate representation of color #367698: hue angle of 200.82º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #367698 is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 118 152 -
CMYK 0.64 0.22 0 0.40
HSL 200.82º 0.48% 0.4% -
HSV(B) 200.82º 0.64% 0.6% -
XYZ 13.67 16.01 32.08 -
YUV 102.74 155.8 93.24 -
System Red Green Blue C M Y K H S L
Decimal 54 118 152 0.64 0.22 0 0.40 200.82 0.48 0.4
Hex 36 76 98 40 16 0 28 C9 30 28
Octal 66 166 230 100 26 0 50 311 60 50
Binary 110110 1110110 10011000 1000000 10110 0 101000 11001001 110000 101000

Color Harmonies of #367698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367698

Black with #367698

Text Example


Text Example

White with #367698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367698; }

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

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

background-color css

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

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

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

border-color css

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

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

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