#3933CB

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

Shades of Persian Blue #3933CB

Tints of Persian Blue #3933CB

Color information

#3933CB (or 0x3933CB) is unknown color: approx Persian Blue. HEX triplet: 39, 33 and CB. RGB value is (57,51,203). Sum of RGB (Red+Green+Blue) = 57+51+203=311 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.33% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 203 (79.69% from 255 or 65.27% from 311); Max value from RGB is 203 - color contains mainly: blue. Hex color #3933CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3933CB is #C6CC34. Grayscale: #454545. Windows color (decimal): -13028405 or 13316921. OLE color: 13316921.

HSL color Cylindrical-coordinate representation of color #3933CB: hue angle of 242.37º degrees, saturation: 0.6, 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 #3933CB is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5751203-
CMYK0.720.7500.20
HSL242.37º59.84%49.8%-
HSV(B)242.37º74.88%79.61%-
XYZ13.657.5557.24-
YUV70.12202.99118.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.33%
GREEN value IS 51 (20.31% from 255) = 16.40%
BLUE value IS 203 (79.69% from 255) = 65.27%
R=18.33%
G=16.40%
B=65.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal57512030.720.7500.20242.3759.8449.8
Hex3933CB484B014f23c32
Octal71633131101130243627462
Binary111001110011110010111001000100101101010011110010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3933CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3933CB; }

 p { color: rgb(57,51,203); }

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

<style>
 a { background-color: #3933CB; }

 a { background-color: rgb(57,51,203); }

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

<style>
 span { border-color: #3933CB; }

 span { border-color: rgb(57,51,203); }

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