Html Css Color HEX #367A9D Lochmara

📋 copy color: '#367A9D'

red 54 ◦ green 122 ◦ blue 157

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

Shades of Lochmara #367A9D

Tints of Lochmara #367A9D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.64%

 BLUE value IS 157 (61.72% from 255) = 47.15%

R = 16.22%
G = 36.64%
B = 47.15%

CMYK

 C value IS 0.66

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#367A9D (or 0x367A9D) is known color: Lochmara. HEX triplet: 36, 7A and 9D. RGB value is (54,122,157). Sum of RGB (Red+Green+Blue) = 54+122+157=333 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.22% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #367A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367A9D is #C98562. Grayscale: #696969. Windows color (decimal): -13206883 or 10320438. OLE color: 10320438.

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

Color convert

RGB 54 122 157 -
CMYK 0.66 0.22 0 0.38
HSL 200.39º 0.49% 0.41% -
HSV(B) 200.39º 0.66% 0.62% -
XYZ 14.57 17.14 34.44 -
YUV 105.66 156.97 91.15 -
System Red Green Blue C M Y K H S L
Decimal 54 122 157 0.66 0.22 0 0.38 200.39 0.49 0.41
Hex 36 7A 9D 42 16 0 26 C8 31 29
Octal 66 172 235 102 26 0 46 310 61 51
Binary 110110 1111010 10011101 1000010 10110 0 100110 11001000 110001 101001

Color Harmonies of #367A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367A9D

Black with #367A9D

Text Example


Text Example

White with #367A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,122,157); }

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

background-color css

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

 a { background-color: rgb(54,122,157); }

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

border-color css

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

 span { border-color: rgb(54,122,157); }

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