#3829CC

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

Shades of Persian Blue #3829CC

Tints of Persian Blue #3829CC

Color information

#3829CC (or 0x3829CC) is unknown color: approx Persian Blue. HEX triplet: 38, 29 and CC. RGB value is (56,41,204). Sum of RGB (Red+Green+Blue) = 56+41+204=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #3829CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3829CC is #C7D633. Grayscale: #3F3F3F. Windows color (decimal): -13096500 or 13379896. OLE color: 13379896.

HSL color Cylindrical-coordinate representation of color #3829CC: hue angle of 245.52º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3829CC is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5641204-
CMYK0.730.8000.2
HSL245.52º66.53%48.04%-
HSV(B)245.52º79.9%80%-
XYZ13.326.7957.73-
YUV64.07206.97122.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.60%
GREEN value IS 41 (16.41% from 255) = 13.62%
BLUE value IS 204 (80.08% from 255) = 67.77%
R=18.60%
G=13.62%
B=67.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal56412040.730.8000.2245.5266.5348.04
Hex3829CC4950014f64330
Octal705131411112002436610360
Binary1110001010011100110010010011010000010100111101101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3829CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3829CC; }

 p { color: rgb(56,41,204); }

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

<style>
 a { background-color: #3829CC; }

 a { background-color: rgb(56,41,204); }

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

<style>
 span { border-color: #3829CC; }

 span { border-color: rgb(56,41,204); }

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