#3538AA

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

Shades of Persian Blue #3538AA

Tints of Persian Blue #3538AA

Color information

#3538AA (or 0x3538AA) is unknown color: approx Persian Blue. HEX triplet: 35, 38 and AA. RGB value is (53,56,170). Sum of RGB (Red+Green+Blue) = 53+56+170=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #3538AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3538AA is #CAC755. Grayscale: #434343. Windows color (decimal): -13289302 or 11155509. OLE color: 11155509.

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

Color convert

RGB5356170-
CMYK0.690.6700.33
HSL238.46º52.47%43.73%-
HSV(B)238.46º68.82%66.67%-
XYZ10.146.4938.75-
YUV68.1185.51117.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.00%
GREEN value IS 56 (22.27% from 255) = 20.07%
BLUE value IS 170 (66.80% from 255) = 60.93%
R=19.00%
G=20.07%
B=60.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53561700.690.6700.33238.4652.4743.73
Hex3538AA4543021ee342c
Octal65702521051030413566454
Binary1101011110001010101010001011000011010000111101110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3538AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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