#3053C9

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

Shades of Cerulean Blue #3053C9

Tints of Cerulean Blue #3053C9

Color information

#3053C9 (or 0x3053C9) is unknown color: approx Cerulean Blue. HEX triplet: 30, 53 and C9. RGB value is (48,83,201). Sum of RGB (Red+Green+Blue) = 48+83+201=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 201 (78.91% from 255 or 60.54% from 332); Max value from RGB is 201 - color contains mainly: blue. Hex color #3053C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3053C9 is #CFAC36. Grayscale: #555555. Windows color (decimal): -13610039 or 13194032. OLE color: 13194032.

HSL color Cylindrical-coordinate representation of color #3053C9: hue angle of 226.27º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3053C9 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4883201-
CMYK0.760.5900.21
HSL226.27º61.45%48.82%-
HSV(B)226.27º76.12%78.82%-
XYZ14.8511.0356.6-
YUV85.99192.9100.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.46%
GREEN value IS 83 (32.81% from 255) = 25%
BLUE value IS 201 (78.91% from 255) = 60.54%
R=14.46%
G=25%
B=60.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal48832010.760.5900.21226.2761.4548.82
Hex3053C94C3B015e23d31
Octal60123311114730253427561
Binary110000101001111001001100110011101101010111100010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3053C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3053C9; }

 p { color: rgb(48,83,201); }

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

<style>
 a { background-color: #3053C9; }

 a { background-color: rgb(48,83,201); }

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

<style>
 span { border-color: #3053C9; }

 span { border-color: rgb(48,83,201); }

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