#2748BE

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

Shades of Cerulean Blue #2748BE

Tints of Cerulean Blue #2748BE

Color information

#2748BE (or 0x2748BE) is unknown color: approx Cerulean Blue. HEX triplet: 27, 48 and BE. RGB value is (39,72,190). Sum of RGB (Red+Green+Blue) = 39+72+190=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 190 (74.61% from 255 or 63.12% from 301); Max value from RGB is 190 - color contains mainly: blue. Hex color #2748BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2748BE is #D8B741. Grayscale: #4B4B4B. Windows color (decimal): -14202690 or 12470311. OLE color: 12470311.

HSL color Cylindrical-coordinate representation of color #2748BE: hue angle of 226.89º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2748BE is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3972190-
CMYK0.790.6200.25
HSL226.89º65.94%44.9%-
HSV(B)226.89º79.47%74.51%-
XYZ12.458.7849.75-
YUV75.58192.57101.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.96%
GREEN value IS 72 (28.52% from 255) = 23.92%
BLUE value IS 190 (74.61% from 255) = 63.12%
R=12.96%
G=23.92%
B=63.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal39721900.790.6200.25226.8965.9444.9
Hex2748BE4F3E019e3422d
Octal471102761177603134310255
Binary1001111001000101111101001111111110011001111000111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2748BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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