Html Css Color HEX #2431EA Persian Blue

📋 copy color: '#2431EA'

red 36 ◦ green 49 ◦ blue 234

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

Shades of Persian Blue #2431EA

Tints of Persian Blue #2431EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 73.35%

R = 11.29%
G = 15.36%
B = 73.35%

CMYK

 C value IS 0.85

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2431EA (or 0x2431EA) is known color: Persian Blue. HEX triplet: 24, 31 and EA. RGB value is (36,49,234). Sum of RGB (Red+Green+Blue) = 36+49+234=319 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.29% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 234 (91.80% from 255 or 73.35% from 319); Max value from RGB is 234 - color contains mainly: blue. Hex color #2431EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2431EA is #DBCE15. Grayscale: #414141. Windows color (decimal): -14405142 or 15348004. OLE color: 15348004.

HSL color Cylindrical-coordinate representation of color #2431EA: hue angle of 236.06º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2431EA is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 36 49 234 -
CMYK 0.85 0.79 0 0.08
HSL 236.06º 0.83% 0.53% -
HSV(B) 236.06º 0.85% 0.92% -
XYZ 16.68 8.51 78.61 -
YUV 66.2 222.69 106.46 -
System Red Green Blue C M Y K H S L
Decimal 36 49 234 0.85 0.79 0 0.08 236.06 0.83 0.53
Hex 24 31 EA 55 4F 0 8 EC 52 35
Octal 44 61 352 125 117 0 10 354 122 65
Binary 100100 110001 11101010 1010101 1001111 0 1000 11101100 1010010 110101

Color Harmonies of #2431EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2431EA

Black with #2431EA

Text Example


Text Example

White with #2431EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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