Html Css Color HEX #367EA5 Lochmara

📋 copy color: '#367EA5'

red 54 ◦ green 126 ◦ blue 165

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

Shades of Lochmara #367EA5

Tints of Lochmara #367EA5

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.52%

 BLUE value IS 165 (64.84% from 255) = 47.83%

R = 15.65%
G = 36.52%
B = 47.83%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#367EA5 (or 0x367EA5) is known color: Lochmara. HEX triplet: 36, 7E and A5. RGB value is (54,126,165). Sum of RGB (Red+Green+Blue) = 54+126+165=345 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.65% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 165 (64.84% from 255 or 47.83% from 345); Max value from RGB is 165 - color contains mainly: blue. Hex color #367EA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367EA5 is #C9815A. Grayscale: #6C6C6C. Windows color (decimal): -13205851 or 10845750. OLE color: 10845750.

HSL color Cylindrical-coordinate representation of color #367EA5: hue angle of 201.08º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #367EA5 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 54 126 165 -
CMYK 0.67 0.24 0 0.35
HSL 201.08º 0.51% 0.43% -
HSV(B) 201.08º 0.67% 0.65% -
XYZ 15.77 18.42 38.32 -
YUV 108.92 159.65 88.83 -
System Red Green Blue C M Y K H S L
Decimal 54 126 165 0.67 0.24 0 0.35 201.08 0.51 0.43
Hex 36 7E A5 43 18 0 23 C9 33 2B
Octal 66 176 245 103 30 0 43 311 63 53
Binary 110110 1111110 10100101 1000011 11000 0 100011 11001001 110011 101011

Color Harmonies of #367EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367EA5

Black with #367EA5

Text Example


Text Example

White with #367EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,126,165); }

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

background-color css

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

 a { background-color: rgb(54,126,165); }

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

border-color css

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

 span { border-color: rgb(54,126,165); }

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