Html Css Color HEX #367898 Lochmara

📋 copy color: '#367898'

red 54 ◦ green 120 ◦ blue 152

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

Shades of Lochmara #367898

Tints of Lochmara #367898

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.81%

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

R = 16.56%
G = 36.81%
B = 46.63%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#367898 (or 0x367898) is known color: Lochmara. HEX triplet: 36, 78 and 98. RGB value is (54,120,152). Sum of RGB (Red+Green+Blue) = 54+120+152=326 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.56% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 152 - color contains mainly: blue. Hex color #367898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367898 is #C98767. Grayscale: #676767. Windows color (decimal): -13207400 or 9992246. OLE color: 9992246.

HSL color Cylindrical-coordinate representation of color #367898: hue angle of 199.59º 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 #367898 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 120 152 -
CMYK 0.64 0.21 0 0.40
HSL 199.59º 0.48% 0.4% -
HSV(B) 199.59º 0.64% 0.6% -
XYZ 13.91 16.48 32.15 -
YUV 103.91 155.13 92.4 -
System Red Green Blue C M Y K H S L
Decimal 54 120 152 0.64 0.21 0 0.40 199.59 0.48 0.4
Hex 36 78 98 40 15 0 28 C8 30 28
Octal 66 170 230 100 25 0 50 310 60 50
Binary 110110 1111000 10011000 1000000 10101 0 101000 11001000 110000 101000

Color Harmonies of #367898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367898

Black with #367898

Text Example


Text Example

White with #367898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367898; }

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

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

background-color css

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

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

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

border-color css

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

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

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