Html Css Color HEX #3631AF Persian Blue

📋 copy color: '#3631AF'

red 54 ◦ green 49 ◦ blue 175

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

Shades of Persian Blue #3631AF

Tints of Persian Blue #3631AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 62.95%

R = 19.42%
G = 17.63%
B = 62.95%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3631AF (or 0x3631AF) is known color: Persian Blue. HEX triplet: 36, 31 and AF. RGB value is (54,49,175). Sum of RGB (Red+Green+Blue) = 54+49+175=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 175 (68.75% from 255 or 62.95% from 278); Max value from RGB is 175 - color contains mainly: blue. Hex color #3631AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3631AF is #C9CE50. Grayscale: #404040. Windows color (decimal): -13225553 or 11481398. OLE color: 11481398.

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

Color convert

RGB 54 49 175 -
CMYK 0.69 0.72 0 0.31
HSL 242.38º 0.56% 0.44% -
HSV(B) 242.38º 0.72% 0.69% -
XYZ 10.36 6.08 41.18 -
YUV 64.86 190.16 120.25 -
System Red Green Blue C M Y K H S L
Decimal 54 49 175 0.69 0.72 0 0.31 242.38 0.56 0.44
Hex 36 31 AF 45 48 0 1F F2 38 2C
Octal 66 61 257 105 110 0 37 362 70 54
Binary 110110 110001 10101111 1000101 1001000 0 11111 11110010 111000 101100

Color Harmonies of #3631AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3631AF

Black with #3631AF

Text Example


Text Example

White with #3631AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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