#353EBE

Color #353EBE Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #353EBE

Tints of Persian Blue #353EBE

Color information

#353EBE (or 0x353EBE) is unknown color: approx Persian Blue. HEX triplet: 35, 3E and BE. RGB value is (53,62,190). Sum of RGB (Red+Green+Blue) = 53+62+190=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 190 (74.61% from 255 or 62.30% from 305); Max value from RGB is 190 - color contains mainly: blue. Hex color #353EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353EBE is #CAC141. Grayscale: #494949. Windows color (decimal): -13287746 or 12467765. OLE color: 12467765.

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

Color convert

RGB5362190-
CMYK0.720.6700.25
HSL236.06º56.38%47.65%-
HSV(B)236.06º72.11%74.51%-
XYZ12.497.9249.59-
YUV73.9193.52113.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.38%
GREEN value IS 62 (24.61% from 255) = 20.33%
BLUE value IS 190 (74.61% from 255) = 62.30%
R=17.38%
G=20.33%
B=62.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal53621900.720.6700.25236.0656.3847.65
Hex353EBE4843019ec3830
Octal65762761101030313547060
Binary110101111110101111101001000100001101100111101100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353EBE; }

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

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

<style>
 a { background-color: #353EBE; }

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

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

<style>
 span { border-color: #353EBE; }

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

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