#337FCA

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

Shades of Curious Blue #337FCA

Tints of Curious Blue #337FCA

Color information

#337FCA (or 0x337FCA) is unknown color: approx Curious Blue. HEX triplet: 33, 7F and CA. RGB value is (51,127,202). Sum of RGB (Red+Green+Blue) = 51+127+202=380 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.42% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #337FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337FCA is #CC8035. Grayscale: #707070. Windows color (decimal): -13402166 or 13270835. OLE color: 13270835.

HSL color Cylindrical-coordinate representation of color #337FCA: hue angle of 209.8º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #337FCA is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB51127202-
CMYK0.750.3700.21
HSL209.8º59.68%49.61%-
HSV(B)209.8º74.75%79.22%-
XYZ19.6220.1558.73-
YUV112.83178.3283.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.42%
GREEN value IS 127 (50% from 255) = 33.42%
BLUE value IS 202 (79.30% from 255) = 53.16%
R=13.42%
G=33.42%
B=53.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal511272020.750.3700.21209.859.6849.61
Hex337FCA4B25015d23c32
Octal63177312113450253227462
Binary110011111111111001010100101110010101010111010010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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