Html Css Color HEX #367CA9 Lochmara

📋 copy color: '#367CA9'

red 54 ◦ green 124 ◦ blue 169

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

Shades of Lochmara #367CA9

Tints of Lochmara #367CA9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.73%

 BLUE value IS 169 (66.41% from 255) = 48.7%

R = 15.56%
G = 35.73%
B = 48.7%

CMYK

 C value IS 0.68

 M value IS 0.27

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#367CA9 (or 0x367CA9) is known color: Lochmara. HEX triplet: 36, 7C and A9. RGB value is (54,124,169). Sum of RGB (Red+Green+Blue) = 54+124+169=347 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.56% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 169 (66.41% from 255 or 48.70% from 347); Max value from RGB is 169 - color contains mainly: blue. Hex color #367CA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367CA9 is #C98356. Grayscale: #6B6B6B. Windows color (decimal): -13206359 or 11107382. OLE color: 11107382.

HSL color Cylindrical-coordinate representation of color #367CA9: hue angle of 203.48º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #367CA9 is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 54 124 169 -
CMYK 0.68 0.27 0 0.34
HSL 203.48º 0.52% 0.44% -
HSV(B) 203.48º 0.68% 0.66% -
XYZ 15.89 18.06 40.19 -
YUV 108.2 162.31 89.34 -
System Red Green Blue C M Y K H S L
Decimal 54 124 169 0.68 0.27 0 0.34 203.48 0.52 0.44
Hex 36 7C A9 44 1B 0 22 CB 34 2C
Octal 66 174 251 104 33 0 42 313 64 54
Binary 110110 1111100 10101001 1000100 11011 0 100010 11001011 110100 101100

Color Harmonies of #367CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367CA9

Black with #367CA9

Text Example


Text Example

White with #367CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,124,169); }

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

background-color css

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

 a { background-color: rgb(54,124,169); }

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

border-color css

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

 span { border-color: rgb(54,124,169); }

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