#3228CF

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

Shades of Persian Blue #3228CF

Tints of Persian Blue #3228CF

Color information

#3228CF (or 0x3228CF) is unknown color: approx Persian Blue. HEX triplet: 32, 28 and CF. RGB value is (50,40,207). Sum of RGB (Red+Green+Blue) = 50+40+207=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 207 (81.25% from 255 or 69.70% from 297); Max value from RGB is 207 - color contains mainly: blue. Hex color #3228CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3228CF is #CDD730. Grayscale: #3D3D3D. Windows color (decimal): -13489969 or 13576242. OLE color: 13576242.

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

Color convert

RGB5040207-
CMYK0.760.8100.19
HSL243.59º67.61%48.43%-
HSV(B)243.59º80.68%81.18%-
XYZ13.346.759.62-
YUV62.03209.81119.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.84%
GREEN value IS 40 (16.02% from 255) = 13.47%
BLUE value IS 207 (81.25% from 255) = 69.70%
R=16.84%
G=13.47%
B=69.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal50402070.760.8100.19243.5967.6148.43
Hex3228CF4C51013f44430
Octal625031711412102336410460
Binary1100101010001100111110011001010001010011111101001000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3228CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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