Html Css Color HEX #367D9F Lochmara

📋 copy color: '#367D9F'

red 54 ◦ green 125 ◦ blue 159

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

Shades of Lochmara #367D9F

Tints of Lochmara #367D9F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.98%

 BLUE value IS 159 (62.5% from 255) = 47.04%

R = 15.98%
G = 36.98%
B = 47.04%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#367D9F (or 0x367D9F) is known color: Lochmara. HEX triplet: 36, 7D and 9F. RGB value is (54,125,159). Sum of RGB (Red+Green+Blue) = 54+125+159=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 159 - color contains mainly: blue. Hex color #367D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367D9F is #C98260. Grayscale: #6B6B6B. Windows color (decimal): -13206113 or 10452278. OLE color: 10452278.

HSL color Cylindrical-coordinate representation of color #367D9F: hue angle of 199.43º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #367D9F is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 125 159 -
CMYK 0.66 0.21 0 0.38
HSL 199.43º 0.49% 0.42% -
HSV(B) 199.43º 0.66% 0.62% -
XYZ 15.11 17.95 35.47 -
YUV 107.65 156.98 89.74 -
System Red Green Blue C M Y K H S L
Decimal 54 125 159 0.66 0.21 0 0.38 199.43 0.49 0.42
Hex 36 7D 9F 42 15 0 26 C7 31 2A
Octal 66 175 237 102 25 0 46 307 61 52
Binary 110110 1111101 10011111 1000010 10101 0 100110 11000111 110001 101010

Color Harmonies of #367D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367D9F

Black with #367D9F

Text Example


Text Example

White with #367D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367D9F; }

 p { color: rgb(54,125,159); }

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

background-color css

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

 a { background-color: rgb(54,125,159); }

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

border-color css

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

 span { border-color: rgb(54,125,159); }

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