Html Css Color HEX #337AAB Lochmara

📋 copy color: '#337AAB'

red 51 ◦ green 122 ◦ blue 171

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

Shades of Lochmara #337AAB

Tints of Lochmara #337AAB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.47%

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

R = 14.83%
G = 35.47%
B = 49.71%

CMYK

 C value IS 0.70

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#337AAB (or 0x337AAB) is known color: Lochmara. HEX triplet: 33, 7A and AB. RGB value is (51,122,171). Sum of RGB (Red+Green+Blue) = 51+122+171=344 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.83% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #337AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337AAB is #CC8554. Grayscale: #6A6A6A. Windows color (decimal): -13403477 or 11237939. OLE color: 11237939.

HSL color Cylindrical-coordinate representation of color #337AAB: hue angle of 204.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 #337AAB is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 122 171 -
CMYK 0.70 0.29 0 0.33
HSL 204.5º 0.54% 0.44% -
HSV(B) 204.5º 0.7% 0.67% -
XYZ 15.68 17.56 41.09 -
YUV 106.36 164.48 88.52 -
System Red Green Blue C M Y K H S L
Decimal 51 122 171 0.70 0.29 0 0.33 204.5 0.54 0.44
Hex 33 7A AB 46 1D 0 21 CC 36 2C
Octal 63 172 253 106 35 0 41 314 66 54
Binary 110011 1111010 10101011 1000110 11101 0 100001 11001100 110110 101100

Color Harmonies of #337AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337AAB

Black with #337AAB

Text Example


Text Example

White with #337AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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