Html Css Color HEX #337B9B Lochmara

📋 copy color: '#337B9B'

red 51 ◦ green 123 ◦ blue 155

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

Shades of Lochmara #337B9B

Tints of Lochmara #337B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.11%

R = 15.5%
G = 37.39%
B = 47.11%

CMYK

 C value IS 0.67

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#337B9B (or 0x337B9B) is known color: Lochmara. HEX triplet: 33, 7B and 9B. RGB value is (51,123,155). Sum of RGB (Red+Green+Blue) = 51+123+155=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #337B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337B9B is #CC8464. Grayscale: #686868. Windows color (decimal): -13403237 or 10189619. OLE color: 10189619.

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

Color convert

RGB 51 123 155 -
CMYK 0.67 0.21 0 0.39
HSL 198.46º 0.5% 0.4% -
HSV(B) 198.46º 0.67% 0.61% -
XYZ 14.36 17.24 33.58 -
YUV 105.12 156.15 89.4 -
System Red Green Blue C M Y K H S L
Decimal 51 123 155 0.67 0.21 0 0.39 198.46 0.5 0.4
Hex 33 7B 9B 43 15 0 27 C6 32 28
Octal 63 173 233 103 25 0 47 306 62 50
Binary 110011 1111011 10011011 1000011 10101 0 100111 11000110 110010 101000

Color Harmonies of #337B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337B9B

Black with #337B9B

Text Example


Text Example

White with #337B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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