#3286CA

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

Shades of Curious Blue #3286CA

Tints of Curious Blue #3286CA

Color information

#3286CA (or 0x3286CA) is unknown color: approx Curious Blue. HEX triplet: 32, 86 and CA. RGB value is (50,134,202). Sum of RGB (Red+Green+Blue) = 50+134+202=386 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.95% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #3286CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3286CA is #CD7935. Grayscale: #747474. Windows color (decimal): -13465910 or 13272626. OLE color: 13272626.

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

Color convert

RGB50134202-
CMYK0.750.3400.21
HSL206.84º60.32%49.41%-
HSV(B)206.84º75.25%79.22%-
XYZ20.521.9959.04-
YUV116.64176.1780.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.95%
GREEN value IS 134 (52.73% from 255) = 34.72%
BLUE value IS 202 (79.30% from 255) = 52.33%
R=12.95%
G=34.72%
B=52.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal501342020.750.3400.21206.8460.3249.41
Hex3286CA4B22015cf3c31
Octal62206312113420253177461
Binary1100101000011011001010100101110001001010111001111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3286CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3286CA; }

 p { color: rgb(50,134,202); }

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

<style>
 a { background-color: #3286CA; }

 a { background-color: rgb(50,134,202); }

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

<style>
 span { border-color: #3286CA; }

 span { border-color: rgb(50,134,202); }

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