#3544BA

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

Shades of Cerulean Blue #3544BA

Tints of Cerulean Blue #3544BA

Color information

#3544BA (or 0x3544BA) is unknown color: approx Cerulean Blue. HEX triplet: 35, 44 and BA. RGB value is (53,68,186). Sum of RGB (Red+Green+Blue) = 53+68+186=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #3544BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3544BA is #CABB45. Grayscale: #4C4C4C. Windows color (decimal): -13286214 or 12207157. OLE color: 12207157.

HSL color Cylindrical-coordinate representation of color #3544BA: hue angle of 233.23º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3544BA is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5368186-
CMYK0.720.6300.27
HSL233.23º55.65%46.86%-
HSV(B)233.23º71.51%72.94%-
XYZ12.48.4447.43-
YUV76.97189.53110.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.26%
GREEN value IS 68 (26.95% from 255) = 22.15%
BLUE value IS 186 (73.05% from 255) = 60.59%
R=17.26%
G=22.15%
B=60.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal53681860.720.6300.27233.2355.6546.86
Hex3544BA483F01Be9382f
Octal65104272110770333517057
Binary110101100010010111010100100011111101101111101001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3544BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3544BA; }

 p { color: rgb(53,68,186); }

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

<style>
 a { background-color: #3544BA; }

 a { background-color: rgb(53,68,186); }

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

<style>
 span { border-color: #3544BA; }

 span { border-color: rgb(53,68,186); }

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