#3545BF

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

Shades of Cerulean Blue #3545BF

Tints of Cerulean Blue #3545BF

Color information

#3545BF (or 0x3545BF) is unknown color: approx Cerulean Blue. HEX triplet: 35, 45 and BF. RGB value is (53,69,191). Sum of RGB (Red+Green+Blue) = 53+69+191=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 191 (75% from 255 or 61.02% from 313); Max value from RGB is 191 - color contains mainly: blue. Hex color #3545BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3545BF is #CABA40. Grayscale: #4D4D4D. Windows color (decimal): -13285953 or 12535093. OLE color: 12535093.

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

Color convert

RGB5369191-
CMYK0.720.6400.25
HSL233.04º56.56%47.84%-
HSV(B)233.04º72.25%74.9%-
XYZ138.7750.3-
YUV78.12191.7110.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.93%
GREEN value IS 69 (27.34% from 255) = 22.04%
BLUE value IS 191 (75% from 255) = 61.02%
R=16.93%
G=22.04%
B=61.02%

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
Decimal53691910.720.6400.25233.0456.5647.84
Hex3545BF4840019e93930
Octal651052771101000313517160
Binary1101011000101101111111001000100000001100111101001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3545BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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