#3544BC

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

Shades of Cerulean Blue #3544BC

Tints of Cerulean Blue #3544BC

Color information

#3544BC (or 0x3544BC) is unknown color: approx Cerulean Blue. HEX triplet: 35, 44 and BC. RGB value is (53,68,188). Sum of RGB (Red+Green+Blue) = 53+68+188=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #3544BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3544BC is #CABB43. Grayscale: #4C4C4C. Windows color (decimal): -13286212 or 12338229. OLE color: 12338229.

HSL color Cylindrical-coordinate representation of color #3544BC: hue angle of 233.33º 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 #3544BC is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5368188-
CMYK0.720.6400.26
HSL233.33º56.02%47.25%-
HSV(B)233.33º71.81%73.73%-
XYZ12.618.5248.56-
YUV77.19190.53110.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.15%
GREEN value IS 68 (26.95% from 255) = 22.01%
BLUE value IS 188 (73.83% from 255) = 60.84%
R=17.15%
G=22.01%
B=60.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal53681880.720.6400.26233.3356.0247.25
Hex3544BC484001Ae9382f
Octal651042741101000323517057
Binary1101011000100101111001001000100000001101011101001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3544BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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