Html Css Color HEX #337C9B Lochmara

📋 copy color: '#337C9B'

red 51 ◦ green 124 ◦ blue 155

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

Shades of Lochmara #337C9B

Tints of Lochmara #337C9B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.58%

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

R = 15.45%
G = 37.58%
B = 46.97%

CMYK

 C value IS 0.67

 M value IS 0.2

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#337C9B (or 0x337C9B) is known color: Lochmara. HEX triplet: 33, 7C and 9B. RGB value is (51,124,155). Sum of RGB (Red+Green+Blue) = 51+124+155=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #337C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337C9B is #CC8364. Grayscale: #696969. Windows color (decimal): -13402981 or 10189875. OLE color: 10189875.

HSL color Cylindrical-coordinate representation of color #337C9B: hue angle of 197.88º 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 #337C9B is Cyan = 0.67, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 124 155 -
CMYK 0.67 0.2 0 0.39
HSL 197.88º 0.5% 0.4% -
HSV(B) 197.88º 0.67% 0.61% -
XYZ 14.49 17.49 33.62 -
YUV 105.71 155.82 88.98 -
System Red Green Blue C M Y K H S L
Decimal 51 124 155 0.67 0.2 0 0.39 197.88 0.5 0.4
Hex 33 7C 9B 43 14 0 27 C6 32 28
Octal 63 174 233 103 24 0 47 306 62 50
Binary 110011 1111100 10011011 1000011 10100 0 100111 11000110 110010 101000

Color Harmonies of #337C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337C9B

Black with #337C9B

Text Example


Text Example

White with #337C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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