#2851C1

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

Shades of Cerulean Blue #2851C1

Tints of Cerulean Blue #2851C1

Color information

#2851C1 (or 0x2851C1) is unknown color: approx Cerulean Blue. HEX triplet: 28, 51 and C1. RGB value is (40,81,193). Sum of RGB (Red+Green+Blue) = 40+81+193=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 193 (75.78% from 255 or 61.46% from 314); Max value from RGB is 193 - color contains mainly: blue. Hex color #2851C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2851C1 is #D7AE3E. Grayscale: #515151. Windows color (decimal): -14134847 or 12669224. OLE color: 12669224.

HSL color Cylindrical-coordinate representation of color #2851C1: hue angle of 223.92º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2851C1 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4081193-
CMYK0.790.5800.24
HSL223.92º65.67%45.69%-
HSV(B)223.92º79.27%75.69%-
XYZ13.4410.1951.71-
YUV81.51190.9298.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.74%
GREEN value IS 81 (32.03% from 255) = 25.80%
BLUE value IS 193 (75.78% from 255) = 61.46%
R=12.74%
G=25.80%
B=61.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal40811930.790.5800.24223.9265.6745.69
Hex2851C14F3A018e0422e
Octal501213011177203034010256
Binary1010001010001110000011001111111010011000111000001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2851C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2851C1; }

 p { color: rgb(40,81,193); }

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

<style>
 a { background-color: #2851C1; }

 a { background-color: rgb(40,81,193); }

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

<style>
 span { border-color: #2851C1; }

 span { border-color: rgb(40,81,193); }

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