#3835C8

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

Shades of Persian Blue #3835C8

Tints of Persian Blue #3835C8

Color information

#3835C8 (or 0x3835C8) is unknown color: approx Persian Blue. HEX triplet: 38, 35 and C8. RGB value is (56,53,200). Sum of RGB (Red+Green+Blue) = 56+53+200=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 200 (78.52% from 255 or 64.72% from 309); Max value from RGB is 200 - color contains mainly: blue. Hex color #3835C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3835C8 is #C7CA37. Grayscale: #464646. Windows color (decimal): -13093432 or 13120824. OLE color: 13120824.

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

Color convert

RGB5653200-
CMYK0.720.7400.22
HSL241.22º58.1%49.61%-
HSV(B)241.22º73.5%78.43%-
XYZ13.337.5655.4-
YUV70.66200.99117.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.12%
GREEN value IS 53 (21.09% from 255) = 17.15%
BLUE value IS 200 (78.52% from 255) = 64.72%
R=18.12%
G=17.15%
B=64.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal56532000.720.7400.22241.2258.149.61
Hex3835C8484A016f13a32
Octal70653101101120263617262
Binary111000110101110010001001000100101001011011110001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3835C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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