#3054BF

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

Shades of Cerulean Blue #3054BF

Tints of Cerulean Blue #3054BF

Color information

#3054BF (or 0x3054BF) is unknown color: approx Cerulean Blue. HEX triplet: 30, 54 and BF. RGB value is (48,84,191). Sum of RGB (Red+Green+Blue) = 48+84+191=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 191 (75% from 255 or 59.13% from 323); Max value from RGB is 191 - color contains mainly: blue. Hex color #3054BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3054BF is #CFAB40. Grayscale: #545454. Windows color (decimal): -13609793 or 12538928. OLE color: 12538928.

HSL color Cylindrical-coordinate representation of color #3054BF: hue angle of 224.9º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3054BF is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4884191-
CMYK0.750.5600.25
HSL224.9º59.83%46.86%-
HSV(B)224.9º74.87%74.9%-
XYZ13.7910.7350.63-
YUV85.43187.57101.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.86%
GREEN value IS 84 (33.20% from 255) = 26.01%
BLUE value IS 191 (75% from 255) = 59.13%
R=14.86%
G=26.01%
B=59.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48841910.750.5600.25224.959.8346.86
Hex3054BF4B38019e13c2f
Octal60124277113700313417457
Binary110000101010010111111100101111100001100111100001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3054BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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