#2753DC

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

Shades of Cerulean Blue #2753DC

Tints of Cerulean Blue #2753DC

Color information

#2753DC (or 0x2753DC) is unknown color: approx Cerulean Blue. HEX triplet: 27, 53 and DC. RGB value is (39,83,220). Sum of RGB (Red+Green+Blue) = 39+83+220=342 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.40% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #2753DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2753DC is #D8AC23. Grayscale: #545454. Windows color (decimal): -14199844 or 14439207. OLE color: 14439207.

HSL color Cylindrical-coordinate representation of color #2753DC: hue angle of 225.41º 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 #2753DC is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB3983220-
CMYK0.820.6200.14
HSL225.41º72.11%50.78%-
HSV(B)225.41º82.27%86.27%-
XYZ16.8511.7969.1-
YUV85.46203.9294.86-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.40%
GREEN value IS 83 (32.81% from 255) = 24.27%
BLUE value IS 220 (86.33% from 255) = 64.33%
R=11.40%
G=24.27%
B=64.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal39832200.820.6200.14225.4172.1150.78
Hex2753DC523E0Ee14833
Octal471233341227601634111063
Binary100111101001111011100101001011111001110111000011001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2753DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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