#3541BE

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

Shades of Cerulean Blue #3541BE

Tints of Cerulean Blue #3541BE

Color information

#3541BE (or 0x3541BE) is unknown color: approx Cerulean Blue. HEX triplet: 35, 41 and BE. RGB value is (53,65,190). Sum of RGB (Red+Green+Blue) = 53+65+190=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 190 (74.61% from 255 or 61.69% from 308); Max value from RGB is 190 - color contains mainly: blue. Hex color #3541BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3541BE is #CABE41. Grayscale: #4B4B4B. Windows color (decimal): -13286978 or 12468533. OLE color: 12468533.

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

Color convert

RGB5365190-
CMYK0.720.6600.25
HSL234.74º56.38%47.65%-
HSV(B)234.74º72.11%74.51%-
XYZ12.658.2649.64-
YUV75.66192.52111.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.21%
GREEN value IS 65 (25.78% from 255) = 21.10%
BLUE value IS 190 (74.61% from 255) = 61.69%
R=17.21%
G=21.10%
B=61.69%

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
Decimal53651900.720.6600.25234.7456.3847.65
Hex3541BE4842019eb3830
Octal651012761101020313537060
Binary1101011000001101111101001000100001001100111101011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3541BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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