#2847AF

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

Shades of Cerulean Blue #2847AF

Tints of Cerulean Blue #2847AF

Color information

#2847AF (or 0x2847AF) is unknown color: approx Cerulean Blue. HEX triplet: 28, 47 and AF. RGB value is (40,71,175). Sum of RGB (Red+Green+Blue) = 40+71+175=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 175 (68.75% from 255 or 61.19% from 286); Max value from RGB is 175 - color contains mainly: blue. Hex color #2847AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2847AF is #D7B850. Grayscale: #494949. Windows color (decimal): -14137425 or 11487016. OLE color: 11487016.

HSL color Cylindrical-coordinate representation of color #2847AF: hue angle of 226.22º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2847AF is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4071175-
CMYK0.770.5900.31
HSL226.22º62.79%42.16%-
HSV(B)226.22º77.14%68.63%-
XYZ10.878.0541.54-
YUV73.59185.23104.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.99%
GREEN value IS 71 (28.12% from 255) = 24.83%
BLUE value IS 175 (68.75% from 255) = 61.19%
R=13.99%
G=24.83%
B=61.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal40711750.770.5900.31226.2262.7942.16
Hex2847AF4D3B01Fe23f2a
Octal50107257115730373427752
Binary101000100011110101111100110111101101111111100010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2847AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2847AF; }

 p { color: rgb(40,71,175); }

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

<style>
 a { background-color: #2847AF; }

 a { background-color: rgb(40,71,175); }

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

<style>
 span { border-color: #2847AF; }

 span { border-color: rgb(40,71,175); }

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