#3054CE

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

Shades of Cerulean Blue #3054CE

Tints of Cerulean Blue #3054CE

Color information

#3054CE (or 0x3054CE) is unknown color: approx Cerulean Blue. HEX triplet: 30, 54 and CE. RGB value is (48,84,206). Sum of RGB (Red+Green+Blue) = 48+84+206=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #3054CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3054CE is #CFAB31. Grayscale: #565656. Windows color (decimal): -13609778 or 13521968. OLE color: 13521968.

HSL color Cylindrical-coordinate representation of color #3054CE: hue angle of 226.33º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3054CE is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4884206-
CMYK0.770.5900.19
HSL226.33º62.2%49.8%-
HSV(B)226.33º76.7%80.78%-
XYZ15.5311.4359.78-
YUV87.14195.07100.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.20%
GREEN value IS 84 (33.20% from 255) = 24.85%
BLUE value IS 206 (80.86% from 255) = 60.95%
R=14.20%
G=24.85%
B=60.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal48842060.770.5900.19226.3362.249.8
Hex3054CE4D3B013e23e32
Octal60124316115730233427662
Binary110000101010011001110100110111101101001111100010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3054CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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