#3631CD

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

Shades of Persian Blue #3631CD

Tints of Persian Blue #3631CD

Color information

#3631CD (or 0x3631CD) is unknown color: approx Persian Blue. HEX triplet: 36, 31 and CD. RGB value is (54,49,205). Sum of RGB (Red+Green+Blue) = 54+49+205=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 205 (80.47% from 255 or 66.56% from 308); Max value from RGB is 205 - color contains mainly: blue. Hex color #3631CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3631CD is #C9CE32. Grayscale: #434343. Windows color (decimal): -13225523 or 13447478. OLE color: 13447478.

HSL color Cylindrical-coordinate representation of color #3631CD: hue angle of 241.92º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3631CD is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5449205-
CMYK0.740.7600.20
HSL241.92º61.42%49.8%-
HSV(B)241.92º76.1%80.39%-
XYZ13.647.3958.46-
YUV68.28205.16117.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.53%
GREEN value IS 49 (19.53% from 255) = 15.91%
BLUE value IS 205 (80.47% from 255) = 66.56%
R=17.53%
G=15.91%
B=66.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal54492050.740.7600.20241.9261.4249.8
Hex3631CD4A4C014f23d32
Octal66613151121140243627562
Binary110110110001110011011001010100110001010011110010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3631CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3631CD; }

 p { color: rgb(54,49,205); }

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

<style>
 a { background-color: #3631CD; }

 a { background-color: rgb(54,49,205); }

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

<style>
 span { border-color: #3631CD; }

 span { border-color: rgb(54,49,205); }

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