#3294CE

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

Shades of Curious Blue #3294CE

Tints of Curious Blue #3294CE

Color information

#3294CE (or 0x3294CE) is unknown color: approx Curious Blue. HEX triplet: 32, 94 and CE. RGB value is (50,148,206). Sum of RGB (Red+Green+Blue) = 50+148+206=404 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.38% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #3294CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3294CE is #CD6B31. Grayscale: #7C7C7C. Windows color (decimal): -13462322 or 13538354. OLE color: 13538354.

HSL color Cylindrical-coordinate representation of color #3294CE: hue angle of 202.31º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3294CE is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB50148206-
CMYK0.760.2800.19
HSL202.31º61.42%50.2%-
HSV(B)202.31º75.73%80.78%-
XYZ23.0526.3162.26-
YUV125.31173.5374.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.38%
GREEN value IS 148 (58.20% from 255) = 36.63%
BLUE value IS 206 (80.86% from 255) = 50.99%
R=12.38%
G=36.63%
B=50.99%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal501482060.760.2800.19202.3161.4250.2
Hex3294CE4C1C013ca3d32
Octal62224316114340233127562
Binary110010100101001100111010011001110001001111001010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3294CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3294CE; }

 p { color: rgb(50,148,206); }

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

<style>
 a { background-color: #3294CE; }

 a { background-color: rgb(50,148,206); }

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

<style>
 span { border-color: #3294CE; }

 span { border-color: rgb(50,148,206); }

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