#3824CD

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

Shades of Persian Blue #3824CD

Tints of Persian Blue #3824CD

Color information

#3824CD (or 0x3824CD) is unknown color: approx Persian Blue. HEX triplet: 38, 24 and CD. RGB value is (56,36,205). Sum of RGB (Red+Green+Blue) = 56+36+205=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 205 (80.47% from 255 or 69.02% from 297); Max value from RGB is 205 - color contains mainly: blue. Hex color #3824CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3824CD is #C7DB32. Grayscale: #3C3C3C. Windows color (decimal): -13097779 or 13444152. OLE color: 13444152.

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

Color convert

RGB5636205-
CMYK0.730.8200.20
HSL247.1º70.12%47.25%-
HSV(B)247.1º82.44%80.39%-
XYZ13.286.5158.31-
YUV61.25209.13124.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.86%
GREEN value IS 36 (14.45% from 255) = 12.12%
BLUE value IS 205 (80.47% from 255) = 69.02%
R=18.86%
G=12.12%
B=69.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal56362050.730.8200.20247.170.1247.25
Hex3824CD4952014f7462f
Octal704431511112202436710657
Binary1110001001001100110110010011010010010100111101111000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3824CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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