#3054BD

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

Shades of Cerulean Blue #3054BD

Tints of Cerulean Blue #3054BD

Color information

#3054BD (or 0x3054BD) is unknown color: approx Cerulean Blue. HEX triplet: 30, 54 and BD. RGB value is (48,84,189). Sum of RGB (Red+Green+Blue) = 48+84+189=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 189 (74.22% from 255 or 58.88% from 321); Max value from RGB is 189 - color contains mainly: blue. Hex color #3054BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3054BD is #CFAB42. Grayscale: #545454. Windows color (decimal): -13609795 or 12407856. OLE color: 12407856.

HSL color Cylindrical-coordinate representation of color #3054BD: hue angle of 224.68º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3054BD is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4884189-
CMYK0.750.5600.26
HSL224.68º59.49%46.47%-
HSV(B)224.68º74.6%74.12%-
XYZ13.5710.6449.48-
YUV85.21186.57101.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.95%
GREEN value IS 84 (33.20% from 255) = 26.17%
BLUE value IS 189 (74.22% from 255) = 58.88%
R=14.95%
G=26.17%
B=58.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal48841890.750.5600.26224.6859.4946.47
Hex3054BD4B3801Ae13b2e
Octal60124275113700323417356
Binary110000101010010111101100101111100001101011100001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3054BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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