#3628D6

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

Shades of Persian Blue #3628D6

Tints of Persian Blue #3628D6

Color information

#3628D6 (or 0x3628D6) is unknown color: approx Persian Blue. HEX triplet: 36, 28 and D6. RGB value is (54,40,214). Sum of RGB (Red+Green+Blue) = 54+40+214=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 214 (83.98% from 255 or 69.48% from 308); Max value from RGB is 214 - color contains mainly: blue. Hex color #3628D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3628D6 is #C9D729. Grayscale: #3F3F3F. Windows color (decimal): -13227818 or 14034998. OLE color: 14034998.

HSL color Cylindrical-coordinate representation of color #3628D6: hue angle of 244.83º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3628D6 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5440214-
CMYK0.750.8100.16
HSL244.83º68.5%49.8%-
HSV(B)244.83º81.31%83.92%-
XYZ14.427.1664.24-
YUV64.02212.64120.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.53%
GREEN value IS 40 (16.02% from 255) = 12.99%
BLUE value IS 214 (83.98% from 255) = 69.48%
R=17.53%
G=12.99%
B=69.48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal54402140.750.8100.16244.8368.549.8
Hex3628D64B51010f54532
Octal665032611312102036510562
Binary1101101010001101011010010111010001010000111101011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3628D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3628D6; }

 p { color: rgb(54,40,214); }

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

<style>
 a { background-color: #3628D6; }

 a { background-color: rgb(54,40,214); }

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

<style>
 span { border-color: #3628D6; }

 span { border-color: rgb(54,40,214); }

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