Html Css Color HEX #3631AC Persian Blue

📋 copy color: '#3631AC'

red 54 ◦ green 49 ◦ blue 172

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

Shades of Persian Blue #3631AC

Tints of Persian Blue #3631AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 62.55%

R = 19.64%
G = 17.82%
B = 62.55%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3631AC (or 0x3631AC) is known color: Persian Blue. HEX triplet: 36, 31 and AC. RGB value is (54,49,172). Sum of RGB (Red+Green+Blue) = 54+49+172=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #3631AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3631AC is #C9CE53. Grayscale: #404040. Windows color (decimal): -13225556 or 11284790. OLE color: 11284790.

HSL color Cylindrical-coordinate representation of color #3631AC: hue angle of 242.44º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3631AC is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 54 49 172 -
CMYK 0.69 0.72 0 0.33
HSL 242.44º 0.56% 0.43% -
HSV(B) 242.44º 0.72% 0.67% -
XYZ 10.07 5.96 39.65 -
YUV 64.52 188.66 120.5 -
System Red Green Blue C M Y K H S L
Decimal 54 49 172 0.69 0.72 0 0.33 242.44 0.56 0.43
Hex 36 31 AC 45 48 0 21 F2 38 2B
Octal 66 61 254 105 110 0 41 362 70 53
Binary 110110 110001 10101100 1000101 1001000 0 100001 11110010 111000 101011

Color Harmonies of #3631AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3631AC

Black with #3631AC

Text Example


Text Example

White with #3631AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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