Html Css Color HEX #2431AD Persian Blue

📋 copy color: '#2431AD'

red 36 ◦ green 49 ◦ blue 173

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

Shades of Persian Blue #2431AD

Tints of Persian Blue #2431AD

RGB

 RED value IS 36 (14.45% from 255) = 13.95%

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

 BLUE value IS 173 (67.97% from 255) = 67.05%

R = 13.95%
G = 18.99%
B = 67.05%

CMYK

 C value IS 0.79

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2431AD (or 0x2431AD) is known color: Persian Blue. HEX triplet: 24, 31 and AD. RGB value is (36,49,173). Sum of RGB (Red+Green+Blue) = 36+49+173=258 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.95% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 173 (67.97% from 255 or 67.05% from 258); Max value from RGB is 173 - color contains mainly: blue. Hex color #2431AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2431AD is #DBCE52. Grayscale: #3A3A3A. Windows color (decimal): -14405203 or 11350308. OLE color: 11350308.

HSL color Cylindrical-coordinate representation of color #2431AD: hue angle of 234.31º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2431AD is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 36 49 173 -
CMYK 0.79 0.72 0 0.32
HSL 234.31º 0.66% 0.41% -
HSV(B) 234.31º 0.79% 0.68% -
XYZ 9.37 5.59 40.12 -
YUV 59.25 192.19 111.42 -
System Red Green Blue C M Y K H S L
Decimal 36 49 173 0.79 0.72 0 0.32 234.31 0.66 0.41
Hex 24 31 AD 4F 48 0 20 EA 42 29
Octal 44 61 255 117 110 0 40 352 102 51
Binary 100100 110001 10101101 1001111 1001000 0 100000 11101010 1000010 101001

Color Harmonies of #2431AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2431AD

Black with #2431AD

Text Example


Text Example

White with #2431AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2431AD; }

 p { color: rgb(36,49,173); }

 H1.HeaderClassName
 {
   color: #2431AD;
 }
 .AnyTagClassName
 {
   color: #2431AD;
 }
</style>

background-color css

<style>
 a { background-color: #2431AD; }

 a { background-color: rgb(36,49,173); }

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

border-color css

<style>
 span { border-color: #2431AD; }

 span { border-color: rgb(36,49,173); }

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