Html Css Color HEX #367FA2 Lochmara

📋 copy color: '#367FA2'

red 54 ◦ green 127 ◦ blue 162

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

Shades of Lochmara #367FA2

Tints of Lochmara #367FA2

RGB

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

 GREEN value IS 127 (50% from 255) = 37.03%

 BLUE value IS 162 (63.67% from 255) = 47.23%

R = 15.74%
G = 37.03%
B = 47.23%

CMYK

 C value IS 0.67

 M value IS 0.22

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#367FA2 (or 0x367FA2) is known color: Lochmara. HEX triplet: 36, 7F and A2. RGB value is (54,127,162). Sum of RGB (Red+Green+Blue) = 54+127+162=343 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.74% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 162 (63.67% from 255 or 47.23% from 343); Max value from RGB is 162 - color contains mainly: blue. Hex color #367FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367FA2 is #C9805D. Grayscale: #6C6C6C. Windows color (decimal): -13205598 or 10649398. OLE color: 10649398.

HSL color Cylindrical-coordinate representation of color #367FA2: hue angle of 199.44º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #367FA2 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 54 127 162 -
CMYK 0.67 0.22 0 0.36
HSL 199.44º 0.5% 0.42% -
HSV(B) 199.44º 0.67% 0.64% -
XYZ 15.63 18.57 36.94 -
YUV 109.16 157.82 88.65 -
System Red Green Blue C M Y K H S L
Decimal 54 127 162 0.67 0.22 0 0.36 199.44 0.5 0.42
Hex 36 7F A2 43 16 0 24 C7 32 2A
Octal 66 177 242 103 26 0 44 307 62 52
Binary 110110 1111111 10100010 1000011 10110 0 100100 11000111 110010 101010

Color Harmonies of #367FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367FA2

Black with #367FA2

Text Example


Text Example

White with #367FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,127,162); }

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

background-color css

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

 a { background-color: rgb(54,127,162); }

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

border-color css

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

 span { border-color: rgb(54,127,162); }

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