#3543BA

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

Shades of Cerulean Blue #3543BA

Tints of Cerulean Blue #3543BA

Color information

#3543BA (or 0x3543BA) is unknown color: approx Cerulean Blue. HEX triplet: 35, 43 and BA. RGB value is (53,67,186). Sum of RGB (Red+Green+Blue) = 53+67+186=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #3543BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3543BA is #CABC45. Grayscale: #4B4B4B. Windows color (decimal): -13286470 or 12206901. OLE color: 12206901.

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

Color convert

RGB5367186-
CMYK0.720.6400.27
HSL233.68º55.65%46.86%-
HSV(B)233.68º71.51%72.94%-
XYZ12.348.3247.41-
YUV76.38189.86111.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.32%
GREEN value IS 67 (26.56% from 255) = 21.90%
BLUE value IS 186 (73.05% from 255) = 60.78%
R=17.32%
G=21.90%
B=60.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal53671860.720.6400.27233.6855.6546.86
Hex3543BA484001Bea382f
Octal651032721101000333527057
Binary1101011000011101110101001000100000001101111101010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3543BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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