#3054C9

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

Shades of Cerulean Blue #3054C9

Tints of Cerulean Blue #3054C9

Color information

#3054C9 (or 0x3054C9) is unknown color: approx Cerulean Blue. HEX triplet: 30, 54 and C9. RGB value is (48,84,201). Sum of RGB (Red+Green+Blue) = 48+84+201=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 201 (78.91% from 255 or 60.36% from 333); Max value from RGB is 201 - color contains mainly: blue. Hex color #3054C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3054C9 is #CFAB36. Grayscale: #565656. Windows color (decimal): -13609783 or 13194288. OLE color: 13194288.

HSL color Cylindrical-coordinate representation of color #3054C9: hue angle of 225.88º 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 #3054C9 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4884201-
CMYK0.760.5800.21
HSL225.88º61.45%48.82%-
HSV(B)225.88º76.12%78.82%-
XYZ14.9311.1956.63-
YUV86.57192.57100.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.41%
GREEN value IS 84 (33.20% from 255) = 25.23%
BLUE value IS 201 (78.91% from 255) = 60.36%
R=14.41%
G=25.23%
B=60.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal48842010.760.5800.21225.8861.4548.82
Hex3054C94C3A015e23d31
Octal60124311114720253427561
Binary110000101010011001001100110011101001010111100010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3054C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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