#3631B8

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

Shades of Persian Blue #3631B8

Tints of Persian Blue #3631B8

Color information

#3631B8 (or 0x3631B8) is unknown color: approx Persian Blue. HEX triplet: 36, 31 and B8. RGB value is (54,49,184). Sum of RGB (Red+Green+Blue) = 54+49+184=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 184 (72.27% from 255 or 64.11% from 287); Max value from RGB is 184 - color contains mainly: blue. Hex color #3631B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3631B8 is #C9CE47. Grayscale: #414141. Windows color (decimal): -13225544 or 12071222. OLE color: 12071222.

HSL color Cylindrical-coordinate representation of color #3631B8: hue angle of 242.22º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3631B8 is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5449184-
CMYK0.710.7300.28
HSL242.22º57.94%45.69%-
HSV(B)242.22º73.37%72.16%-
XYZ11.276.4446-
YUV65.88194.66119.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.82%
GREEN value IS 49 (19.53% from 255) = 17.07%
BLUE value IS 184 (72.27% from 255) = 64.11%
R=18.82%
G=17.07%
B=64.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal54491840.710.7300.28242.2257.9445.69
Hex3631B8474901Cf23a2e
Octal66612701071110343627256
Binary110110110001101110001000111100100101110011110010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3631B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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