Html Css Color HEX #337299 Lochmara

📋 copy color: '#337299'

red 51 ◦ green 114 ◦ blue 153

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

Shades of Lochmara #337299

Tints of Lochmara #337299

RGB

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

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

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

R = 16.04%
G = 35.85%
B = 48.11%

CMYK

 C value IS 0.67

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#337299 (or 0x337299) is known color: Lochmara. HEX triplet: 33, 72 and 99. RGB value is (51,114,153). Sum of RGB (Red+Green+Blue) = 51+114+153=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #337299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337299 is #CC8D66. Grayscale: #636363. Windows color (decimal): -13405543 or 10056243. OLE color: 10056243.

HSL color Cylindrical-coordinate representation of color #337299: hue angle of 202.94º 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 #337299 is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 51 114 153 -
CMYK 0.67 0.25 0 0.4
HSL 202.94º 0.5% 0.4% -
HSV(B) 202.94º 0.67% 0.6% -
XYZ 13.13 15.04 32.35 -
YUV 99.61 158.13 93.33 -
System Red Green Blue C M Y K H S L
Decimal 51 114 153 0.67 0.25 0 0.4 202.94 0.5 0.4
Hex 33 72 99 43 19 0 28 CB 32 28
Octal 63 162 231 103 31 0 50 313 62 50
Binary 110011 1110010 10011001 1000011 11001 0 101000 11001011 110010 101000

Color Harmonies of #337299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337299

Black with #337299

Text Example


Text Example

White with #337299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337299; }

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

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

background-color css

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

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

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

border-color css

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

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

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