Html Css Color HEX #2631AF Persian Blue

📋 copy color: '#2631AF'

red 38 ◦ green 49 ◦ blue 175

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

Shades of Persian Blue #2631AF

Tints of Persian Blue #2631AF

RGB

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

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

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

R = 14.5%
G = 18.7%
B = 66.79%

CMYK

 C value IS 0.78

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2631AF (or 0x2631AF) is known color: Persian Blue. HEX triplet: 26, 31 and AF. RGB value is (38,49,175). Sum of RGB (Red+Green+Blue) = 38+49+175=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 175 (68.75% from 255 or 66.79% from 262); Max value from RGB is 175 - color contains mainly: blue. Hex color #2631AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2631AF is #D9CE50. Grayscale: #3B3B3B. Windows color (decimal): -14274129 or 11481382. OLE color: 11481382.

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

Color convert

RGB 38 49 175 -
CMYK 0.78 0.72 0 0.31
HSL 235.18º 0.64% 0.42% -
HSV(B) 235.18º 0.78% 0.69% -
XYZ 9.64 5.7 41.15 -
YUV 60.08 192.86 112.25 -
System Red Green Blue C M Y K H S L
Decimal 38 49 175 0.78 0.72 0 0.31 235.18 0.64 0.42
Hex 26 31 AF 4E 48 0 1F EB 40 2A
Octal 46 61 257 116 110 0 37 353 100 52
Binary 100110 110001 10101111 1001110 1001000 0 11111 11101011 1000000 101010

Color Harmonies of #2631AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2631AF

Black with #2631AF

Text Example


Text Example

White with #2631AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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