#2748AE

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

Shades of Cerulean Blue #2748AE

Tints of Cerulean Blue #2748AE

Color information

#2748AE (or 0x2748AE) is unknown color: approx Cerulean Blue. HEX triplet: 27, 48 and AE. RGB value is (39,72,174). Sum of RGB (Red+Green+Blue) = 39+72+174=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #2748AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2748AE is #D8B751. Grayscale: #494949. Windows color (decimal): -14202706 or 11421735. OLE color: 11421735.

HSL color Cylindrical-coordinate representation of color #2748AE: hue angle of 225.33º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2748AE is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3972174-
CMYK0.780.5900.32
HSL225.33º63.38%41.76%-
HSV(B)225.33º77.59%68.24%-
XYZ10.798.1241.04-
YUV73.76184.57103.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.68%
GREEN value IS 72 (28.52% from 255) = 25.26%
BLUE value IS 174 (68.36% from 255) = 61.05%
R=13.68%
G=25.26%
B=61.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal39721740.780.5900.32225.3363.3841.76
Hex2748AE4E3B020e13f2a
Octal47110256116730403417752
Binary1001111001000101011101001110111011010000011100001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2748AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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