#2753BF

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

Shades of Cerulean Blue #2753BF

Tints of Cerulean Blue #2753BF

Color information

#2753BF (or 0x2753BF) is unknown color: approx Cerulean Blue. HEX triplet: 27, 53 and BF. RGB value is (39,83,191). Sum of RGB (Red+Green+Blue) = 39+83+191=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 191 (75% from 255 or 61.02% from 313); Max value from RGB is 191 - color contains mainly: blue. Hex color #2753BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2753BF is #D8AC40. Grayscale: #515151. Windows color (decimal): -14199873 or 12538663. OLE color: 12538663.

HSL color Cylindrical-coordinate representation of color #2753BF: hue angle of 222.63º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2753BF is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3983191-
CMYK0.800.5700.25
HSL222.63º66.09%45.1%-
HSV(B)222.63º79.58%74.9%-
XYZ13.3310.3850.59-
YUV82.16189.4297.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.46%
GREEN value IS 83 (32.81% from 255) = 26.52%
BLUE value IS 191 (75% from 255) = 61.02%
R=12.46%
G=26.52%
B=61.02%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal39831910.800.5700.25222.6366.0945.1
Hex2753BF5039019df422d
Octal471232771207103133710255
Binary1001111010011101111111010000111001011001110111111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2753BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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