#354ec0

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

Shades of Cerulean Blue #354EC0

Tints of Cerulean Blue #354EC0

Color information

#354EC0 (or 0x354EC0) is unknown color: approx Cerulean Blue. HEX triplet: 35, 4E and C0. RGB value is (53,78,192). Sum of RGB (Red+Green+Blue) = 53+78+192=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 192 (75.39% from 255 or 59.44% from 323); Max value from RGB is 192 - color contains mainly: blue. Hex color #354EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354EC0 is #CAB13F. Grayscale: #535353. Windows color (decimal): -13283648 or 12602933. OLE color: 12602933.

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

Color convert

RGB5378192-
CMYK0.720.5900.25
HSL229.21º56.73%48.04%-
HSV(B)229.21º72.4%75.29%-
XYZ13.7110.0151.08-
YUV83.52189.22106.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.41%
GREEN value IS 78 (30.86% from 255) = 24.15%
BLUE value IS 192 (75.39% from 255) = 59.44%
R=16.41%
G=24.15%
B=59.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal53781920.720.5900.25229.2156.7348.04
Hex354EC0483B019e53930
Octal65116300110730313457160
Binary110101100111011000000100100011101101100111100101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354ec0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354ec0; }

 p { color: rgb(53,78,192); }

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

<style>
 a { background-color: #354ec0; }

 a { background-color: rgb(53,78,192); }

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

<style>
 span { border-color: #354ec0; }

 span { border-color: rgb(53,78,192); }

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