Html Css Color HEX #2431DF Persian Blue

📋 copy color: '#2431DF'

red 36 ◦ green 49 ◦ blue 223

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

Shades of Persian Blue #2431DF

Tints of Persian Blue #2431DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 72.4%

R = 11.69%
G = 15.91%
B = 72.4%

CMYK

 C value IS 0.84

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2431DF (or 0x2431DF) is known color: Persian Blue. HEX triplet: 24, 31 and DF. RGB value is (36,49,223). Sum of RGB (Red+Green+Blue) = 36+49+223=308 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.69% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 223 (87.5% from 255 or 72.40% from 308); Max value from RGB is 223 - color contains mainly: blue. Hex color #2431DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2431DF is #DBCE20. Grayscale: #404040. Windows color (decimal): -14405153 or 14627108. OLE color: 14627108.

HSL color Cylindrical-coordinate representation of color #2431DF: hue angle of 235.83º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2431DF is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 49 223 -
CMYK 0.84 0.78 0 0.13
HSL 235.83º 0.75% 0.51% -
HSV(B) 235.83º 0.84% 0.87% -
XYZ 15.15 7.9 70.54 -
YUV 64.95 217.19 107.35 -
System Red Green Blue C M Y K H S L
Decimal 36 49 223 0.84 0.78 0 0.13 235.83 0.75 0.51
Hex 24 31 DF 54 4E 0 D EC 4B 33
Octal 44 61 337 124 116 0 15 354 113 63
Binary 100100 110001 11011111 1010100 1001110 0 1101 11101100 1001011 110011

Color Harmonies of #2431DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2431DF

Black with #2431DF

Text Example


Text Example

White with #2431DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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