Html Css Color HEX #2431DD Persian Blue

📋 copy color: '#2431DD'

red 36 ◦ green 49 ◦ blue 221

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

Shades of Persian Blue #2431DD

Tints of Persian Blue #2431DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 72.22%

R = 11.76%
G = 16.01%
B = 72.22%

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

#2431DD (or 0x2431DD) is known color: Persian Blue. HEX triplet: 24, 31 and DD. RGB value is (36,49,221). Sum of RGB (Red+Green+Blue) = 36+49+221=306 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.76% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 221 (86.72% from 255 or 72.22% from 306); Max value from RGB is 221 - color contains mainly: blue. Hex color #2431DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2431DD is #DBCE22. Grayscale: #404040. Windows color (decimal): -14405155 or 14496036. OLE color: 14496036.

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

Color convert

RGB 36 49 221 -
CMYK 0.84 0.78 0 0.13
HSL 235.78º 0.73% 0.5% -
HSV(B) 235.78º 0.84% 0.87% -
XYZ 14.88 7.79 69.13 -
YUV 64.72 216.19 107.51 -
System Red Green Blue C M Y K H S L
Decimal 36 49 221 0.84 0.78 0 0.13 235.78 0.73 0.5
Hex 24 31 DD 54 4E 0 D EC 49 32
Octal 44 61 335 124 116 0 15 354 111 62
Binary 100100 110001 11011101 1010100 1001110 0 1101 11101100 1001001 110010

Color Harmonies of #2431DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2431DD

Black with #2431DD

Text Example


Text Example

White with #2431DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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