#3538AD

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

Shades of Persian Blue #3538AD

Tints of Persian Blue #3538AD

Color information

#3538AD (or 0x3538AD) is unknown color: approx Persian Blue. HEX triplet: 35, 38 and AD. RGB value is (53,56,173). Sum of RGB (Red+Green+Blue) = 53+56+173=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #3538AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3538AD is #CAC752. Grayscale: #434343. Windows color (decimal): -13289299 or 11352117. OLE color: 11352117.

HSL color Cylindrical-coordinate representation of color #3538AD: hue angle of 238.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3538AD is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5356173-
CMYK0.690.6800.32
HSL238.5º53.1%44.31%-
HSV(B)238.5º69.36%67.84%-
XYZ10.436.640.26-
YUV68.44187.01116.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.79%
GREEN value IS 56 (22.27% from 255) = 19.86%
BLUE value IS 173 (67.97% from 255) = 61.35%
R=18.79%
G=19.86%
B=61.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal53561730.690.6800.32238.553.144.31
Hex3538AD4544020ee352c
Octal65702551051040403566554
Binary1101011110001010110110001011000100010000011101110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3538AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3538AD; }

 p { color: rgb(53,56,173); }

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

<style>
 a { background-color: #3538AD; }

 a { background-color: rgb(53,56,173); }

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

<style>
 span { border-color: #3538AD; }

 span { border-color: rgb(53,56,173); }

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