#2948BC

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

Shades of Cerulean Blue #2948BC

Tints of Cerulean Blue #2948BC

Color information

#2948BC (or 0x2948BC) is unknown color: approx Cerulean Blue. HEX triplet: 29, 48 and BC. RGB value is (41,72,188). Sum of RGB (Red+Green+Blue) = 41+72+188=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #2948BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2948BC is #D6B743. Grayscale: #4B4B4B. Windows color (decimal): -14071620 or 12339241. OLE color: 12339241.

HSL color Cylindrical-coordinate representation of color #2948BC: hue angle of 227.35º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2948BC is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4172188-
CMYK0.780.6200.26
HSL227.35º64.19%44.9%-
HSV(B)227.35º78.19%73.73%-
XYZ12.318.7448.61-
YUV75.96191.23103.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.62%
GREEN value IS 72 (28.52% from 255) = 23.92%
BLUE value IS 188 (73.83% from 255) = 62.46%
R=13.62%
G=23.92%
B=62.46%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal41721880.780.6200.26227.3564.1944.9
Hex2948BC4E3E01Ae3402d
Octal511102741167603234310055
Binary1010011001000101111001001110111110011010111000111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2948BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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