Html Css Color HEX #2631AB Persian Blue

📋 copy color: '#2631AB'

red 38 ◦ green 49 ◦ blue 171

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

Shades of Persian Blue #2631AB

Tints of Persian Blue #2631AB

RGB

 RED value IS 38 (15.23% from 255) = 14.73%

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

 BLUE value IS 171 (67.19% from 255) = 66.28%

R = 14.73%
G = 18.99%
B = 66.28%

CMYK

 C value IS 0.78

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2631AB (or 0x2631AB) is known color: Persian Blue. HEX triplet: 26, 31 and AB. RGB value is (38,49,171). Sum of RGB (Red+Green+Blue) = 38+49+171=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 171 (67.19% from 255 or 66.28% from 258); Max value from RGB is 171 - color contains mainly: blue. Hex color #2631AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2631AB is #D9CE54. Grayscale: #3B3B3B. Windows color (decimal): -14274133 or 11219238. OLE color: 11219238.

HSL color Cylindrical-coordinate representation of color #2631AB: hue angle of 235.04º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2631AB is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 38 49 171 -
CMYK 0.78 0.71 0 0.33
HSL 235.04º 0.64% 0.41% -
HSV(B) 235.04º 0.78% 0.67% -
XYZ 9.25 5.55 39.11 -
YUV 59.62 190.86 112.58 -
System Red Green Blue C M Y K H S L
Decimal 38 49 171 0.78 0.71 0 0.33 235.04 0.64 0.41
Hex 26 31 AB 4E 47 0 21 EB 40 29
Octal 46 61 253 116 107 0 41 353 100 51
Binary 100110 110001 10101011 1001110 1000111 0 100001 11101011 1000000 101001

Color Harmonies of #2631AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2631AB

Black with #2631AB

Text Example


Text Example

White with #2631AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2631AB; }

 p { color: rgb(38,49,171); }

 H1.HeaderClassName
 {
   color: #2631AB;
 }
 .AnyTagClassName
 {
   color: #2631AB;
 }
</style>

background-color css

<style>
 a { background-color: #2631AB; }

 a { background-color: rgb(38,49,171); }

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

border-color css

<style>
 span { border-color: #2631AB; }

 span { border-color: rgb(38,49,171); }

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