#3832C8

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

Shades of Persian Blue #3832C8

Tints of Persian Blue #3832C8

Color information

#3832C8 (or 0x3832C8) is unknown color: approx Persian Blue. HEX triplet: 38, 32 and C8. RGB value is (56,50,200). Sum of RGB (Red+Green+Blue) = 56+50+200=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 200 (78.52% from 255 or 65.36% from 306); Max value from RGB is 200 - color contains mainly: blue. Hex color #3832C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3832C8 is #C7CD37. Grayscale: #444444. Windows color (decimal): -13094200 or 13120056. OLE color: 13120056.

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

Color convert

RGB5650200-
CMYK0.720.7500.22
HSL242.4º60%49.02%-
HSV(B)242.4º75%78.43%-
XYZ13.27.2955.36-
YUV68.89201.99118.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.30%
GREEN value IS 50 (19.92% from 255) = 16.34%
BLUE value IS 200 (78.52% from 255) = 65.36%
R=18.30%
G=16.34%
B=65.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal56502000.720.7500.22242.46049.02
Hex3832C8484B016f23c31
Octal70623101101130263627461
Binary111000110010110010001001000100101101011011110010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3832C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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