Html Css Color HEX #367D9D Lochmara

📋 copy color: '#367D9D'

red 54 ◦ green 125 ◦ blue 157

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

Shades of Lochmara #367D9D

Tints of Lochmara #367D9D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.2%

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

R = 16.07%
G = 37.2%
B = 46.73%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#367D9D (or 0x367D9D) is known color: Lochmara. HEX triplet: 36, 7D and 9D. RGB value is (54,125,157). Sum of RGB (Red+Green+Blue) = 54+125+157=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 157 - color contains mainly: blue. Hex color #367D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367D9D is #C98262. Grayscale: #6B6B6B. Windows color (decimal): -13206115 or 10321206. OLE color: 10321206.

HSL color Cylindrical-coordinate representation of color #367D9D: hue angle of 198.64º 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 #367D9D is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 125 157 -
CMYK 0.66 0.20 0 0.38
HSL 198.64º 0.49% 0.41% -
HSV(B) 198.64º 0.66% 0.62% -
XYZ 14.94 17.89 34.56 -
YUV 107.42 155.98 89.9 -
System Red Green Blue C M Y K H S L
Decimal 54 125 157 0.66 0.20 0 0.38 198.64 0.49 0.41
Hex 36 7D 9D 42 14 0 26 C7 31 29
Octal 66 175 235 102 24 0 46 307 61 51
Binary 110110 1111101 10011101 1000010 10100 0 100110 11000111 110001 101001

Color Harmonies of #367D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367D9D

Black with #367D9D

Text Example


Text Example

White with #367D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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