#3835CA

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

Shades of Persian Blue #3835CA

Tints of Persian Blue #3835CA

Color information

#3835CA (or 0x3835CA) is unknown color: approx Persian Blue. HEX triplet: 38, 35 and CA. RGB value is (56,53,202). Sum of RGB (Red+Green+Blue) = 56+53+202=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 53 (21.09% from 255 or 17.04% 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 #3835CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3835CA is #C7CA35. Grayscale: #464646. Windows color (decimal): -13093430 or 13251896. OLE color: 13251896.

HSL color Cylindrical-coordinate representation of color #3835CA: hue angle of 241.21º 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 #3835CA is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5653202-
CMYK0.720.7400.21
HSL241.21º58.43%50%-
HSV(B)241.21º73.76%79.22%-
XYZ13.567.6556.64-
YUV70.88201.99117.38-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal56532020.720.7400.21241.2158.4350
Hex3835CA484A015f13a32
Octal70653121101120253617262
Binary111000110101110010101001000100101001010111110001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3835CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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