#3544BF

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

Shades of Cerulean Blue #3544BF

Tints of Cerulean Blue #3544BF

Color information

#3544BF (or 0x3544BF) is unknown color: approx Cerulean Blue. HEX triplet: 35, 44 and BF. RGB value is (53,68,191). Sum of RGB (Red+Green+Blue) = 53+68+191=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 191 (75% from 255 or 61.22% from 312); Max value from RGB is 191 - color contains mainly: blue. Hex color #3544BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3544BF is #CABB40. Grayscale: #4D4D4D. Windows color (decimal): -13286209 or 12534837. OLE color: 12534837.

HSL color Cylindrical-coordinate representation of color #3544BF: hue angle of 233.48º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3544BF is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5368191-
CMYK0.720.6400.25
HSL233.48º56.56%47.84%-
HSV(B)233.48º72.25%74.9%-
XYZ12.948.6550.28-
YUV77.54192.03110.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.99%
GREEN value IS 68 (26.95% from 255) = 21.79%
BLUE value IS 191 (75% from 255) = 61.22%
R=16.99%
G=21.79%
B=61.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal53681910.720.6400.25233.4856.5647.84
Hex3544BF4840019e93930
Octal651042771101000313517160
Binary1101011000100101111111001000100000001100111101001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3544BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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