#2748C6

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

Shades of Cerulean Blue #2748C6

Tints of Cerulean Blue #2748C6

Color information

#2748C6 (or 0x2748C6) is unknown color: approx Cerulean Blue. HEX triplet: 27, 48 and C6. RGB value is (39,72,198). Sum of RGB (Red+Green+Blue) = 39+72+198=309 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.62% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 198 (77.73% from 255 or 64.08% from 309); Max value from RGB is 198 - color contains mainly: blue. Hex color #2748C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2748C6 is #D8B739. Grayscale: #4B4B4B. Windows color (decimal): -14202682 or 12994599. OLE color: 12994599.

HSL color Cylindrical-coordinate representation of color #2748C6: hue angle of 227.55º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2748C6 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3972198-
CMYK0.800.6400.22
HSL227.55º67.09%46.47%-
HSV(B)227.55º80.3%77.65%-
XYZ13.359.1454.49-
YUV76.5196.57101.25-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.62%
GREEN value IS 72 (28.52% from 255) = 23.30%
BLUE value IS 198 (77.73% from 255) = 64.08%
R=12.62%
G=23.30%
B=64.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal39721980.800.6400.22227.5567.0946.47
Hex2748C65040016e4432e
Octal4711030612010002634410356
Binary10011110010001100011010100001000000010110111001001000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2748C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2748C6; }

 p { color: rgb(39,72,198); }

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

<style>
 a { background-color: #2748C6; }

 a { background-color: rgb(39,72,198); }

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

<style>
 span { border-color: #2748C6; }

 span { border-color: rgb(39,72,198); }

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