#3933CF

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

Shades of Persian Blue #3933CF

Tints of Persian Blue #3933CF

Color information

#3933CF (or 0x3933CF) is unknown color: approx Persian Blue. HEX triplet: 39, 33 and CF. RGB value is (57,51,207). Sum of RGB (Red+Green+Blue) = 57+51+207=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 207 (81.25% from 255 or 65.71% from 315); Max value from RGB is 207 - color contains mainly: blue. Hex color #3933CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3933CF is #C6CC30. Grayscale: #454545. Windows color (decimal): -13028401 or 13579065. OLE color: 13579065.

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

Color convert

RGB5751207-
CMYK0.720.7500.19
HSL242.31º61.9%50.59%-
HSV(B)242.31º75.36%81.18%-
XYZ14.137.7459.78-
YUV70.58204.99118.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.10%
GREEN value IS 51 (20.31% from 255) = 16.19%
BLUE value IS 207 (81.25% from 255) = 65.71%
R=18.10%
G=16.19%
B=65.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal57512070.720.7500.19242.3161.950.59
Hex3933CF484B013f23e33
Octal71633171101130233627663
Binary111001110011110011111001000100101101001111110010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3933CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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