Html Css Color HEX #337099 Lochmara

📋 copy color: '#337099'

red 51 ◦ green 112 ◦ blue 153

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

Shades of Lochmara #337099

Tints of Lochmara #337099

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.44%

 BLUE value IS 153 (60.16% from 255) = 48.42%

R = 16.14%
G = 35.44%
B = 48.42%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#337099 (or 0x337099) is known color: Lochmara. HEX triplet: 33, 70 and 99. RGB value is (51,112,153). Sum of RGB (Red+Green+Blue) = 51+112+153=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #337099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337099 is #CC8F66. Grayscale: #626262. Windows color (decimal): -13406055 or 10055731. OLE color: 10055731.

HSL color Cylindrical-coordinate representation of color #337099: hue angle of 204.12º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #337099 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 51 112 153 -
CMYK 0.67 0.27 0 0.4
HSL 204.12º 0.5% 0.4% -
HSV(B) 204.12º 0.67% 0.6% -
XYZ 12.91 14.59 32.27 -
YUV 98.44 158.79 94.17 -
System Red Green Blue C M Y K H S L
Decimal 51 112 153 0.67 0.27 0 0.4 204.12 0.5 0.4
Hex 33 70 99 43 1B 0 28 CC 32 28
Octal 63 160 231 103 33 0 50 314 62 50
Binary 110011 1110000 10011001 1000011 11011 0 101000 11001100 110010 101000

Color Harmonies of #337099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337099

Black with #337099

Text Example


Text Example

White with #337099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337099; }

 p { color: rgb(51,112,153); }

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

background-color css

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

 a { background-color: rgb(51,112,153); }

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

border-color css

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

 span { border-color: rgb(51,112,153); }

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