Html Css Color HEX #337B9F Lochmara

📋 copy color: '#337B9F'

red 51 ◦ green 123 ◦ blue 159

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

Shades of Lochmara #337B9F

Tints of Lochmara #337B9F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.94%

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

R = 15.32%
G = 36.94%
B = 47.75%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#337B9F (or 0x337B9F) is known color: Lochmara. HEX triplet: 33, 7B and 9F. RGB value is (51,123,159). Sum of RGB (Red+Green+Blue) = 51+123+159=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 159 - color contains mainly: blue. Hex color #337B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337B9F is #CC8460. Grayscale: #696969. Windows color (decimal): -13403233 or 10451763. OLE color: 10451763.

HSL color Cylindrical-coordinate representation of color #337B9F: hue angle of 200º 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 #337B9F is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 123 159 -
CMYK 0.68 0.23 0 0.38
HSL 200º 0.51% 0.41% -
HSV(B) 200º 0.68% 0.62% -
XYZ 14.71 17.37 35.38 -
YUV 105.58 158.15 89.07 -
System Red Green Blue C M Y K H S L
Decimal 51 123 159 0.68 0.23 0 0.38 200 0.51 0.41
Hex 33 7B 9F 44 17 0 26 C8 33 29
Octal 63 173 237 104 27 0 46 310 63 51
Binary 110011 1111011 10011111 1000100 10111 0 100110 11001000 110011 101001

Color Harmonies of #337B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337B9F

Black with #337B9F

Text Example


Text Example

White with #337B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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