#3285CC

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

Shades of Curious Blue #3285CC

Tints of Curious Blue #3285CC

Color information

#3285CC (or 0x3285CC) is unknown color: approx Curious Blue. HEX triplet: 32, 85 and CC. RGB value is (50,133,204). Sum of RGB (Red+Green+Blue) = 50+133+204=387 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.92% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #3285CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3285CC is #CD7A33. Grayscale: #737373. Windows color (decimal): -13466164 or 13403442. OLE color: 13403442.

HSL color Cylindrical-coordinate representation of color #3285CC: hue angle of 207.66º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3285CC is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB50133204-
CMYK0.750.3500.2
HSL207.66º60.63%49.8%-
HSV(B)207.66º75.49%80%-
XYZ20.621.8160.25-
YUV116.28177.580.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.92%
GREEN value IS 133 (52.34% from 255) = 34.37%
BLUE value IS 204 (80.08% from 255) = 52.71%
R=12.92%
G=34.37%
B=52.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal501332040.750.3500.2207.6660.6349.8
Hex3285CC4B23014d03d32
Octal62205314113430243207562
Binary1100101000010111001100100101110001101010011010000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3285CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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