#2751DC

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

Shades of Cerulean Blue #2751DC

Tints of Cerulean Blue #2751DC

Color information

#2751DC (or 0x2751DC) is unknown color: approx Cerulean Blue. HEX triplet: 27, 51 and DC. RGB value is (39,81,220). Sum of RGB (Red+Green+Blue) = 39+81+220=340 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.47% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 220 (86.33% from 255 or 64.71% from 340); Max value from RGB is 220 - color contains mainly: blue. Hex color #2751DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2751DC is #D8AE23. Grayscale: #535353. Windows color (decimal): -14200356 or 14438695. OLE color: 14438695.

HSL color Cylindrical-coordinate representation of color #2751DC: hue angle of 226.08º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2751DC is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB3981220-
CMYK0.820.6300.14
HSL226.08º72.11%50.78%-
HSV(B)226.08º82.27%86.27%-
XYZ16.711.4869.05-
YUV84.29204.5995.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.47%
GREEN value IS 81 (32.03% from 255) = 23.82%
BLUE value IS 220 (86.33% from 255) = 64.71%
R=11.47%
G=23.82%
B=64.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal39812200.820.6300.14226.0872.1150.78
Hex2751DC523F0Ee24833
Octal471213341227701634211063
Binary100111101000111011100101001011111101110111000101001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2751DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2751DC; }

 p { color: rgb(39,81,220); }

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

<style>
 a { background-color: #2751DC; }

 a { background-color: rgb(39,81,220); }

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

<style>
 span { border-color: #2751DC; }

 span { border-color: rgb(39,81,220); }

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