#3832cc

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

Shades of Persian Blue #3832CC

Tints of Persian Blue #3832CC

Color information

#3832CC (or 0x3832CC) is unknown color: approx Persian Blue. HEX triplet: 38, 32 and CC. RGB value is (56,50,204). Sum of RGB (Red+Green+Blue) = 56+50+204=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #3832CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3832CC is #C7CD33. Grayscale: #444444. Windows color (decimal): -13094196 or 13382200. OLE color: 13382200.

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

Color convert

RGB5650204-
CMYK0.730.7500.2
HSL242.34º60.63%49.8%-
HSV(B)242.34º75.49%80%-
XYZ13.677.4857.85-
YUV69.35203.99118.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.06%
GREEN value IS 50 (19.92% from 255) = 16.13%
BLUE value IS 204 (80.08% from 255) = 65.81%
R=18.06%
G=16.13%
B=65.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal56502040.730.7500.2242.3460.6349.8
Hex3832CC494B014f23d32
Octal70623141111130243627562
Binary111000110010110011001001001100101101010011110010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3832cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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