#3538CA

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

Shades of Persian Blue #3538CA

Tints of Persian Blue #3538CA

Color information

#3538CA (or 0x3538CA) is unknown color: approx Persian Blue. HEX triplet: 35, 38 and CA. RGB value is (53,56,202). Sum of RGB (Red+Green+Blue) = 53+56+202=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 202 (79.30% from 255 or 64.95% from 311); Max value from RGB is 202 - color contains mainly: blue. Hex color #3538CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3538CA is #CAC735. Grayscale: #474747. Windows color (decimal): -13289270 or 13252661. OLE color: 13252661.

HSL color Cylindrical-coordinate representation of color #3538CA: hue angle of 238.79º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3538CA is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5356202-
CMYK0.740.7200.21
HSL238.79º58.43%50%-
HSV(B)238.79º73.76%79.22%-
XYZ13.547.8556.68-
YUV71.75201.51114.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.04%
GREEN value IS 56 (22.27% from 255) = 18.01%
BLUE value IS 202 (79.30% from 255) = 64.95%
R=17.04%
G=18.01%
B=64.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal53562020.740.7200.21238.7958.4350
Hex3538CA4A48015ef3a32
Octal65703121121100253577262
Binary110101111000110010101001010100100001010111101111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3538CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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