#3285B1

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

Shades of Curious Blue #3285B1

Tints of Curious Blue #3285B1

Color information

#3285B1 (or 0x3285B1) is unknown color: approx Curious Blue. HEX triplet: 32, 85 and B1. RGB value is (50,133,177). Sum of RGB (Red+Green+Blue) = 50+133+177=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 177 (69.53% from 255 or 49.17% from 360); Max value from RGB is 177 - color contains mainly: blue. Hex color #3285B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3285B1 is #CD7A4E. Grayscale: #707070. Windows color (decimal): -13466191 or 11633970. OLE color: 11633970.

HSL color Cylindrical-coordinate representation of color #3285B1: hue angle of 200.79º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3285B1 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB50133177-
CMYK0.720.2500.31
HSL200.79º55.95%44.51%-
HSV(B)200.79º71.75%69.41%-
XYZ17.6420.6344.65-
YUV113.216482.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.89%
GREEN value IS 133 (52.34% from 255) = 36.94%
BLUE value IS 177 (69.53% from 255) = 49.17%
R=13.89%
G=36.94%
B=49.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal501331770.720.2500.31200.7955.9544.51
Hex3285B1481901Fc9382d
Octal62205261110310373117055
Binary110010100001011011000110010001100101111111001001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3285B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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