Html Css Color HEX #337D9F Lochmara

📋 copy color: '#337D9F'

red 51 ◦ green 125 ◦ blue 159

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

Shades of Lochmara #337D9F

Tints of Lochmara #337D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 47.46%

R = 15.22%
G = 37.31%
B = 47.46%

CMYK

 C value IS 0.68

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#337D9F (or 0x337D9F) is known color: Lochmara. HEX triplet: 33, 7D and 9F. RGB value is (51,125,159). Sum of RGB (Red+Green+Blue) = 51+125+159=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #337D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337D9F is #CC8260. Grayscale: #6A6A6A. Windows color (decimal): -13402721 or 10452275. OLE color: 10452275.

HSL color Cylindrical-coordinate representation of color #337D9F: hue angle of 198.89º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #337D9F is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 125 159 -
CMYK 0.68 0.21 0 0.38
HSL 198.89º 0.51% 0.41% -
HSV(B) 198.89º 0.68% 0.62% -
XYZ 14.96 17.87 35.46 -
YUV 106.75 157.48 88.24 -
System Red Green Blue C M Y K H S L
Decimal 51 125 159 0.68 0.21 0 0.38 198.89 0.51 0.41
Hex 33 7D 9F 44 15 0 26 C7 33 29
Octal 63 175 237 104 25 0 46 307 63 51
Binary 110011 1111101 10011111 1000100 10101 0 100110 11000111 110011 101001

Color Harmonies of #337D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337D9F

Black with #337D9F

Text Example


Text Example

White with #337D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337D9F; }

 p { color: rgb(51,125,159); }

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

background-color css

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

 a { background-color: rgb(51,125,159); }

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

border-color css

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

 span { border-color: rgb(51,125,159); }

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