#337AAF

Color #337AAF Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #337AAF

Tints of Curious Blue #337AAF

Color information

#337AAF (or 0x337AAF) is unknown color: approx Curious Blue. HEX triplet: 33, 7A and AF. RGB value is (51,122,175). Sum of RGB (Red+Green+Blue) = 51+122+175=348 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.66% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #337AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337AAF is #CC8550. Grayscale: #6A6A6A. Windows color (decimal): -13403473 or 11500083. OLE color: 11500083.

HSL color Cylindrical-coordinate representation of color #337AAF: hue angle of 205.65º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #337AAF is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB51122175-
CMYK0.710.3000.31
HSL205.65º54.87%44.31%-
HSV(B)205.65º70.86%68.63%-
XYZ16.0617.7243.13-
YUV106.81166.4888.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.66%
GREEN value IS 122 (48.05% from 255) = 35.06%
BLUE value IS 175 (68.75% from 255) = 50.29%
R=14.66%
G=35.06%
B=50.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal511221750.710.3000.31205.6554.8744.31
Hex337AAF471E01Fce372c
Octal63172257107360373166754
Binary11001111110101010111110001111111001111111001110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #337AAF;
 }
 .AnyTagClassName
 {
   color: #337AAF;
 }
</style>
background-color css

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

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

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

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

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

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