Html Css Color HEX #3631DE Persian Blue

📋 copy color: '#3631DE'

red 54 ◦ green 49 ◦ blue 222

#3631DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #3631DE

Tints of Persian Blue #3631DE

RGB

 RED value IS 54 (21.48% from 255) = 16.62%

 GREEN value IS 49 (19.53% from 255) = 15.08%

 BLUE value IS 222 (87.11% from 255) = 68.31%

R = 16.62%
G = 15.08%
B = 68.31%

CMYK

 C value IS 0.76

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3631DE (or 0x3631DE) is known color: Persian Blue. HEX triplet: 36, 31 and DE. RGB value is (54,49,222). Sum of RGB (Red+Green+Blue) = 54+49+222=325 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.62% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 222 (87.11% from 255 or 68.31% from 325); Max value from RGB is 222 - color contains mainly: blue. Hex color #3631DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3631DE is #C9CE21. Grayscale: #454545. Windows color (decimal): -13225506 or 14561590. OLE color: 14561590.

HSL color Cylindrical-coordinate representation of color #3631DE: hue angle of 241.73º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3631DE is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 49 222 -
CMYK 0.76 0.78 0 0.13
HSL 241.73º 0.72% 0.53% -
HSV(B) 241.73º 0.78% 0.87% -
XYZ 15.8 8.25 69.87 -
YUV 70.22 213.66 116.43 -
System Red Green Blue C M Y K H S L
Decimal 54 49 222 0.76 0.78 0 0.13 241.73 0.72 0.53
Hex 36 31 DE 4C 4E 0 D F2 48 35
Octal 66 61 336 114 116 0 15 362 110 65
Binary 110110 110001 11011110 1001100 1001110 0 1101 11110010 1001000 110101

Color Harmonies of #3631DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3631DE

Black with #3631DE

Text Example


Text Example

White with #3631DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3631DE;
 }
 .AnyTagClassName
 {
   color: #3631DE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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