Html Css Color HEX #337399 Lochmara

📋 copy color: '#337399'

red 51 ◦ green 115 ◦ blue 153

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

Shades of Lochmara #337399

Tints of Lochmara #337399

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.05%

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

R = 15.99%
G = 36.05%
B = 47.96%

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

#337399 (or 0x337399) is known color: Lochmara. HEX triplet: 33, 73 and 99. RGB value is (51,115,153). Sum of RGB (Red+Green+Blue) = 51+115+153=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #337399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337399 is #CC8C66. Grayscale: #636363. Windows color (decimal): -13405287 or 10056499. OLE color: 10056499.

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

Color convert

RGB 51 115 153 -
CMYK 0.67 0.25 0 0.4
HSL 202.35º 0.5% 0.4% -
HSV(B) 202.35º 0.67% 0.6% -
XYZ 13.25 15.27 32.39 -
YUV 100.2 157.8 92.91 -
System Red Green Blue C M Y K H S L
Decimal 51 115 153 0.67 0.25 0 0.4 202.35 0.5 0.4
Hex 33 73 99 43 19 0 28 CA 32 28
Octal 63 163 231 103 31 0 50 312 62 50
Binary 110011 1110011 10011001 1000011 11001 0 101000 11001010 110010 101000

Color Harmonies of #337399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337399

Black with #337399

Text Example


Text Example

White with #337399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337399; }

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

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

background-color css

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

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

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

border-color css

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

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

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