#3830CD

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

Shades of Persian Blue #3830CD

Tints of Persian Blue #3830CD

Color information

#3830CD (or 0x3830CD) is unknown color: approx Persian Blue. HEX triplet: 38, 30 and CD. RGB value is (56,48,205). Sum of RGB (Red+Green+Blue) = 56+48+205=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 205 (80.47% from 255 or 66.34% from 309); Max value from RGB is 205 - color contains mainly: blue. Hex color #3830CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3830CD is #C7CF32. Grayscale: #434343. Windows color (decimal): -13094707 or 13447224. OLE color: 13447224.

HSL color Cylindrical-coordinate representation of color #3830CD: hue angle of 243.06º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3830CD is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5648205-
CMYK0.730.7700.20
HSL243.06º62.06%49.61%-
HSV(B)243.06º76.59%80.39%-
XYZ13.717.3658.46-
YUV68.29205.15119.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.12%
GREEN value IS 48 (19.14% from 255) = 15.53%
BLUE value IS 205 (80.47% from 255) = 66.34%
R=18.12%
G=15.53%
B=66.34%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal56482050.730.7700.20243.0662.0649.61
Hex3830CD494D014f33e32
Octal70603151111150243637662
Binary111000110000110011011001001100110101010011110011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3830CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3830CD; }

 p { color: rgb(56,48,205); }

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

<style>
 a { background-color: #3830CD; }

 a { background-color: rgb(56,48,205); }

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

<style>
 span { border-color: #3830CD; }

 span { border-color: rgb(56,48,205); }

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