#2948DA

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

Shades of Cerulean Blue #2948DA

Tints of Cerulean Blue #2948DA

Color information

#2948DA (or 0x2948DA) is unknown color: approx Cerulean Blue. HEX triplet: 29, 48 and DA. RGB value is (41,72,218). Sum of RGB (Red+Green+Blue) = 41+72+218=331 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.39% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 218 (85.55% from 255 or 65.86% from 331); Max value from RGB is 218 - color contains mainly: blue. Hex color #2948DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2948DA is #D6B725. Grayscale: #4E4E4E. Windows color (decimal): -14071590 or 14305321. OLE color: 14305321.

HSL color Cylindrical-coordinate representation of color #2948DA: hue angle of 229.49º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2948DA is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4172218-
CMYK0.810.6700.15
HSL229.49º70.52%50.78%-
HSV(B)229.49º81.19%85.49%-
XYZ15.8910.1767.45-
YUV79.38206.23100.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.39%
GREEN value IS 72 (28.52% from 255) = 21.75%
BLUE value IS 218 (85.55% from 255) = 65.86%
R=12.39%
G=21.75%
B=65.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal41722180.810.6700.15229.4970.5250.78
Hex2948DA51430Fe54733
Octal5111033212110301734510763
Binary1010011001000110110101010001100001101111111001011000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2948DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2948DA; }

 p { color: rgb(41,72,218); }

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

<style>
 a { background-color: #2948DA; }

 a { background-color: rgb(41,72,218); }

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

<style>
 span { border-color: #2948DA; }

 span { border-color: rgb(41,72,218); }

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