#2753CA

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

Shades of Cerulean Blue #2753CA

Tints of Cerulean Blue #2753CA

Color information

#2753CA (or 0x2753CA) is unknown color: approx Cerulean Blue. HEX triplet: 27, 53 and CA. RGB value is (39,83,202). Sum of RGB (Red+Green+Blue) = 39+83+202=324 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.04% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 202 (79.30% from 255 or 62.35% from 324); Max value from RGB is 202 - color contains mainly: blue. Hex color #2753CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2753CA is #D8AC35. Grayscale: #525252. Windows color (decimal): -14199862 or 13259559. OLE color: 13259559.

HSL color Cylindrical-coordinate representation of color #2753CA: hue angle of 223.8º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2753CA is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3983202-
CMYK0.810.5900.21
HSL223.8º67.63%47.25%-
HSV(B)223.8º80.69%79.22%-
XYZ14.5910.8857.21-
YUV83.41194.9296.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.04%
GREEN value IS 83 (32.81% from 255) = 25.62%
BLUE value IS 202 (79.30% from 255) = 62.35%
R=12.04%
G=25.62%
B=62.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal39832020.810.5900.21223.867.6347.25
Hex2753CA513B015e0442f
Octal471233121217302534010457
Binary1001111010011110010101010001111011010101111000001000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2753CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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