#3285d1

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

Shades of Curious Blue #3285D1

Tints of Curious Blue #3285D1

Color information

#3285D1 (or 0x3285D1) is unknown color: approx Curious Blue. HEX triplet: 32, 85 and D1. RGB value is (50,133,209). Sum of RGB (Red+Green+Blue) = 50+133+209=392 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.76% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 209 (82.03% from 255 or 53.32% from 392); Max value from RGB is 209 - color contains mainly: blue. Hex color #3285D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3285D1 is #CD7A2E. Grayscale: #747474. Windows color (decimal): -13466159 or 13731122. OLE color: 13731122.

HSL color Cylindrical-coordinate representation of color #3285D1: hue angle of 208.68º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3285D1 is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB50133209-
CMYK0.760.3600.18
HSL208.68º63.35%50.78%-
HSV(B)208.68º76.08%81.96%-
XYZ21.2122.0663.46-
YUV116.8518080.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.76%
GREEN value IS 133 (52.34% from 255) = 33.93%
BLUE value IS 209 (82.03% from 255) = 53.32%
R=12.76%
G=33.93%
B=53.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal501332090.760.3600.18208.6863.3550.78
Hex3285D14C24012d13f33
Octal62205321114440223217763
Binary1100101000010111010001100110010010001001011010001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3285d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3285d1; }

 p { color: rgb(50,133,209); }

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

<style>
 a { background-color: #3285d1; }

 a { background-color: rgb(50,133,209); }

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

<style>
 span { border-color: #3285d1; }

 span { border-color: rgb(50,133,209); }

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