Html Css Color HEX #337B9C Lochmara

📋 copy color: '#337B9C'

red 51 ◦ green 123 ◦ blue 156

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

Shades of Lochmara #337B9C

Tints of Lochmara #337B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 47.27%

R = 15.45%
G = 37.27%
B = 47.27%

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

#337B9C (or 0x337B9C) is known color: Lochmara. HEX triplet: 33, 7B and 9C. RGB value is (51,123,156). Sum of RGB (Red+Green+Blue) = 51+123+156=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #337B9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337B9C is #CC8463. Grayscale: #696969. Windows color (decimal): -13403236 or 10255155. OLE color: 10255155.

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

Color convert

RGB 51 123 156 -
CMYK 0.67 0.21 0 0.39
HSL 198.86º 0.51% 0.41% -
HSV(B) 198.86º 0.67% 0.61% -
XYZ 14.45 17.27 34.02 -
YUV 105.23 156.65 89.32 -
System Red Green Blue C M Y K H S L
Decimal 51 123 156 0.67 0.21 0 0.39 198.86 0.51 0.41
Hex 33 7B 9C 43 15 0 27 C7 33 29
Octal 63 173 234 103 25 0 47 307 63 51
Binary 110011 1111011 10011100 1000011 10101 0 100111 11000111 110011 101001

Color Harmonies of #337B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337B9C

Black with #337B9C

Text Example


Text Example

White with #337B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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