#3626CA

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

Shades of Persian Blue #3626CA

Tints of Persian Blue #3626CA

Color information

#3626CA (or 0x3626CA) is unknown color: approx Persian Blue. HEX triplet: 36, 26 and CA. RGB value is (54,38,202). Sum of RGB (Red+Green+Blue) = 54+38+202=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 202 (79.30% from 255 or 68.71% from 294); Max value from RGB is 202 - color contains mainly: blue. Hex color #3626CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3626CA is #C9D935. Grayscale: #3C3C3C. Windows color (decimal): -13228342 or 13248054. OLE color: 13248054.

HSL color Cylindrical-coordinate representation of color #3626CA: hue angle of 245.85º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3626CA is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5438202-
CMYK0.730.8100.21
HSL245.85º68.33%47.06%-
HSV(B)245.85º81.19%79.22%-
XYZ12.886.4356.44-
YUV61.48207.3122.66-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.37%
GREEN value IS 38 (15.23% from 255) = 12.93%
BLUE value IS 202 (79.30% from 255) = 68.71%
R=18.37%
G=12.93%
B=68.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal54382020.730.8100.21245.8568.3347.06
Hex3626CA4951015f6442f
Octal664631211112102536610457
Binary1101101001101100101010010011010001010101111101101000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3626CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3626CA; }

 p { color: rgb(54,38,202); }

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

<style>
 a { background-color: #3626CA; }

 a { background-color: rgb(54,38,202); }

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

<style>
 span { border-color: #3626CA; }

 span { border-color: rgb(54,38,202); }

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