#3832CF

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

Shades of Persian Blue #3832CF

Tints of Persian Blue #3832CF

Color information

#3832CF (or 0x3832CF) is unknown color: approx Persian Blue. HEX triplet: 38, 32 and CF. RGB value is (56,50,207). Sum of RGB (Red+Green+Blue) = 56+50+207=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #3832CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3832CF is #C7CD30. Grayscale: #454545. Windows color (decimal): -13094193 or 13578808. OLE color: 13578808.

HSL color Cylindrical-coordinate representation of color #3832CF: hue angle of 242.29º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3832CF is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5650207-
CMYK0.730.7600.19
HSL242.29º62.06%50.39%-
HSV(B)242.29º75.85%81.18%-
XYZ14.037.6359.76-
YUV69.69205.49118.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.89%
GREEN value IS 50 (19.92% from 255) = 15.97%
BLUE value IS 207 (81.25% from 255) = 66.13%
R=17.89%
G=15.97%
B=66.13%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal56502070.730.7600.19242.2962.0650.39
Hex3832CF494C013f23e32
Octal70623171111140233627662
Binary111000110010110011111001001100110001001111110010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3832CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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