Html Css Color HEX #337296 Lochmara

📋 copy color: '#337296'

red 51 ◦ green 114 ◦ blue 150

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

Shades of Lochmara #337296

Tints of Lochmara #337296

RGB

 RED value IS 51 (20.31% from 255) = 16.19%

 GREEN value IS 114 (44.92% from 255) = 36.19%

 BLUE value IS 150 (58.98% from 255) = 47.62%

R = 16.19%
G = 36.19%
B = 47.62%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#337296 (or 0x337296) is known color: Lochmara. HEX triplet: 33, 72 and 96. RGB value is (51,114,150). Sum of RGB (Red+Green+Blue) = 51+114+150=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #337296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337296 is #CC8D69. Grayscale: #636363. Windows color (decimal): -13405546 or 9859635. OLE color: 9859635.

HSL color Cylindrical-coordinate representation of color #337296: hue angle of 201.82º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #337296 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 51 114 150 -
CMYK 0.66 0.24 0 0.41
HSL 201.82º 0.49% 0.39% -
HSV(B) 201.82º 0.66% 0.59% -
XYZ 12.89 14.94 31.06 -
YUV 99.27 156.63 93.57 -
System Red Green Blue C M Y K H S L
Decimal 51 114 150 0.66 0.24 0 0.41 201.82 0.49 0.39
Hex 33 72 96 42 18 0 29 CA 31 27
Octal 63 162 226 102 30 0 51 312 61 47
Binary 110011 1110010 10010110 1000010 11000 0 101001 11001010 110001 100111

Color Harmonies of #337296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337296

Black with #337296

Text Example


Text Example

White with #337296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337296; }

 p { color: rgb(51,114,150); }

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

background-color css

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

 a { background-color: rgb(51,114,150); }

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

border-color css

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

 span { border-color: rgb(51,114,150); }

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