Html Css Color HEX #367A9B Lochmara

📋 copy color: '#367A9B'

red 54 ◦ green 122 ◦ blue 155

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

Shades of Lochmara #367A9B

Tints of Lochmara #367A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.83%

R = 16.31%
G = 36.86%
B = 46.83%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#367A9B (or 0x367A9B) is known color: Lochmara. HEX triplet: 36, 7A and 9B. RGB value is (54,122,155). Sum of RGB (Red+Green+Blue) = 54+122+155=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #367A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367A9B is #C98564. Grayscale: #696969. Windows color (decimal): -13206885 or 10189366. OLE color: 10189366.

HSL color Cylindrical-coordinate representation of color #367A9B: hue angle of 199.6º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #367A9B is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 122 155 -
CMYK 0.65 0.21 0 0.39
HSL 199.6º 0.48% 0.41% -
HSV(B) 199.6º 0.65% 0.61% -
XYZ 14.4 17.07 33.55 -
YUV 105.43 155.97 91.32 -
System Red Green Blue C M Y K H S L
Decimal 54 122 155 0.65 0.21 0 0.39 199.6 0.48 0.41
Hex 36 7A 9B 41 15 0 27 C8 30 29
Octal 66 172 233 101 25 0 47 310 60 51
Binary 110110 1111010 10011011 1000001 10101 0 100111 11001000 110000 101001

Color Harmonies of #367A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367A9B

Black with #367A9B

Text Example


Text Example

White with #367A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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