#3540BE

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

Shades of Cerulean Blue #3540BE

Tints of Cerulean Blue #3540BE

Color information

#3540BE (or 0x3540BE) is unknown color: approx Cerulean Blue. HEX triplet: 35, 40 and BE. RGB value is (53,64,190). Sum of RGB (Red+Green+Blue) = 53+64+190=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #3540BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3540BE is #CABF41. Grayscale: #4A4A4A. Windows color (decimal): -13287234 or 12468277. OLE color: 12468277.

HSL color Cylindrical-coordinate representation of color #3540BE: hue angle of 235.18º degrees, saturation: 0.56, 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 #3540BE is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5364190-
CMYK0.720.6600.25
HSL235.18º56.38%47.65%-
HSV(B)235.18º72.11%74.51%-
XYZ12.68.1449.62-
YUV75.08192.86112.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.26%
GREEN value IS 64 (25.39% from 255) = 20.85%
BLUE value IS 190 (74.61% from 255) = 61.89%
R=17.26%
G=20.85%
B=61.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal53641900.720.6600.25235.1856.3847.65
Hex3540BE4842019eb3830
Octal651002761101020313537060
Binary1101011000000101111101001000100001001100111101011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3540BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3540BE; }

 p { color: rgb(53,64,190); }

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

<style>
 a { background-color: #3540BE; }

 a { background-color: rgb(53,64,190); }

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

<style>
 span { border-color: #3540BE; }

 span { border-color: rgb(53,64,190); }

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