#285BB3

Color #285BB3 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #285BB3

Tints of Cerulean Blue #285BB3

Color information

#285BB3 (or 0x285BB3) is unknown color: approx Cerulean Blue. HEX triplet: 28, 5B and B3. RGB value is (40,91,179). Sum of RGB (Red+Green+Blue) = 40+91+179=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 91 (35.94% from 255 or 29.35% from 310); Blue value is 179 (70.31% from 255 or 57.74% from 310); Max value from RGB is 179 - color contains mainly: blue. Hex color #285BB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285BB3 is #D7A44C. Grayscale: #555555. Windows color (decimal): -14132301 or 11754280. OLE color: 11754280.

HSL color Cylindrical-coordinate representation of color #285BB3: hue angle of 217.99º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #285BB3 is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4091179-
CMYK0.780.4900.30
HSL217.99º63.47%42.94%-
HSV(B)217.99º77.65%70.2%-
XYZ12.7511.1944.14-
YUV85.78180.695.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.90%
GREEN value IS 91 (35.94% from 255) = 29.35%
BLUE value IS 179 (70.31% from 255) = 57.74%
R=12.90%
G=29.35%
B=57.74%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal40911790.780.4900.30217.9963.4742.94
Hex285BB34E3101Eda3f2b
Octal50133263116610363327753
Binary101000101101110110011100111011000101111011011010111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285BB3; }

 p { color: rgb(40,91,179); }

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

<style>
 a { background-color: #285BB3; }

 a { background-color: rgb(40,91,179); }

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

<style>
 span { border-color: #285BB3; }

 span { border-color: rgb(40,91,179); }

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