#3554BD

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

Shades of Cerulean Blue #3554BD

Tints of Cerulean Blue #3554BD

Color information

#3554BD (or 0x3554BD) is unknown color: approx Cerulean Blue. HEX triplet: 35, 54 and BD. RGB value is (53,84,189). Sum of RGB (Red+Green+Blue) = 53+84+189=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #3554BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3554BD is #CAAB42. Grayscale: #565656. Windows color (decimal): -13282115 or 12407861. OLE color: 12407861.

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

Color convert

RGB5384189-
CMYK0.720.5600.26
HSL226.32º56.2%47.45%-
HSV(B)226.32º71.96%74.12%-
XYZ13.8210.7749.49-
YUV86.7185.73103.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.26%
GREEN value IS 84 (33.20% from 255) = 25.77%
BLUE value IS 189 (74.22% from 255) = 57.98%
R=16.26%
G=25.77%
B=57.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal53841890.720.5600.26226.3256.247.45
Hex3554BD483801Ae2382f
Octal65124275110700323427057
Binary110101101010010111101100100011100001101011100010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3554BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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