Html Css Color HEX #337CAB Lochmara

📋 copy color: '#337CAB'

red 51 ◦ green 124 ◦ blue 171

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

Shades of Lochmara #337CAB

Tints of Lochmara #337CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.42%

R = 14.74%
G = 35.84%
B = 49.42%

CMYK

 C value IS 0.70

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#337CAB (or 0x337CAB) is known color: Lochmara. HEX triplet: 33, 7C and AB. RGB value is (51,124,171). Sum of RGB (Red+Green+Blue) = 51+124+171=346 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.74% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #337CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337CAB is #CC8354. Grayscale: #6B6B6B. Windows color (decimal): -13402965 or 11238451. OLE color: 11238451.

HSL color Cylindrical-coordinate representation of color #337CAB: hue angle of 203.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #337CAB is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 124 171 -
CMYK 0.70 0.27 0 0.33
HSL 203.5º 0.54% 0.44% -
HSV(B) 203.5º 0.7% 0.67% -
XYZ 15.92 18.06 41.17 -
YUV 107.53 163.82 87.68 -
System Red Green Blue C M Y K H S L
Decimal 51 124 171 0.70 0.27 0 0.33 203.5 0.54 0.44
Hex 33 7C AB 46 1B 0 21 CC 36 2C
Octal 63 174 253 106 33 0 41 314 66 54
Binary 110011 1111100 10101011 1000110 11011 0 100001 11001100 110110 101100

Color Harmonies of #337CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337CAB

Black with #337CAB

Text Example


Text Example

White with #337CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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