#3285c4

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

Shades of Curious Blue #3285C4

Tints of Curious Blue #3285C4

Color information

#3285C4 (or 0x3285C4) is unknown color: approx Curious Blue. HEX triplet: 32, 85 and C4. RGB value is (50,133,196). Sum of RGB (Red+Green+Blue) = 50+133+196=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 196 (76.95% from 255 or 51.72% from 379); Max value from RGB is 196 - color contains mainly: blue. Hex color #3285C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3285C4 is #CD7A3B. Grayscale: #737373. Windows color (decimal): -13466172 or 12879154. OLE color: 12879154.

HSL color Cylindrical-coordinate representation of color #3285C4: hue angle of 205.89º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3285C4 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB50133196-
CMYK0.740.3200.23
HSL205.89º59.35%48.24%-
HSV(B)205.89º74.49%76.86%-
XYZ19.6721.4455.33-
YUV115.36173.581.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.19%
GREEN value IS 133 (52.34% from 255) = 35.09%
BLUE value IS 196 (76.95% from 255) = 51.72%
R=13.19%
G=35.09%
B=51.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal501331960.740.3200.23205.8959.3548.24
Hex3285C44A20017ce3b30
Octal62205304112400273167360
Binary1100101000010111000100100101010000001011111001110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3285c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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