#337FAA

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

Shades of Curious Blue #337FAA

Tints of Curious Blue #337FAA

Color information

#337FAA (or 0x337FAA) is unknown color: approx Curious Blue. HEX triplet: 33, 7F and AA. RGB value is (51,127,170). Sum of RGB (Red+Green+Blue) = 51+127+170=348 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.66% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #337FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337FAA is #CC8055. Grayscale: #6C6C6C. Windows color (decimal): -13402198 or 11173683. OLE color: 11173683.

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

Color convert

RGB51127170-
CMYK0.70.2500.33
HSL201.68º53.85%43.33%-
HSV(B)201.68º70%66.67%-
XYZ16.2118.7840.8-
YUV109.18162.3286.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.66%
GREEN value IS 127 (50% from 255) = 36.49%
BLUE value IS 170 (66.80% from 255) = 48.85%
R=14.66%
G=36.49%
B=48.85%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511271700.70.2500.33201.6853.8543.33
Hex337FAA4619021ca362b
Octal63177252106310413126653
Binary110011111111110101010100011011001010000111001010110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,127,170); }

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

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

 a { background-color: rgb(51,127,170); }

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

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

 span { border-color: rgb(51,127,170); }

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