Html Css Color HEX #2431EB Persian Blue

📋 copy color: '#2431EB'

red 36 ◦ green 49 ◦ blue 235

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

Shades of Persian Blue #2431EB

Tints of Persian Blue #2431EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 73.44%

R = 11.25%
G = 15.31%
B = 73.44%

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

#2431EB (or 0x2431EB) is known color: Persian Blue. HEX triplet: 24, 31 and EB. RGB value is (36,49,235). Sum of RGB (Red+Green+Blue) = 36+49+235=320 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.25% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 235 (92.19% from 255 or 73.44% from 320); Max value from RGB is 235 - color contains mainly: blue. Hex color #2431EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2431EB is #DBCE14. Grayscale: #414141. Windows color (decimal): -14405141 or 15413540. OLE color: 15413540.

HSL color Cylindrical-coordinate representation of color #2431EB: hue angle of 236.08º degrees, saturation: 0.83, 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 #2431EB is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 36 49 235 -
CMYK 0.85 0.79 0 0.08
HSL 236.08º 0.83% 0.53% -
HSV(B) 236.08º 0.85% 0.92% -
XYZ 16.82 8.57 79.36 -
YUV 66.32 223.19 106.38 -
System Red Green Blue C M Y K H S L
Decimal 36 49 235 0.85 0.79 0 0.08 236.08 0.83 0.53
Hex 24 31 EB 55 4F 0 8 EC 53 35
Octal 44 61 353 125 117 0 10 354 123 65
Binary 100100 110001 11101011 1010101 1001111 0 1000 11101100 1010011 110101

Color Harmonies of #2431EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2431EB

Black with #2431EB

Text Example


Text Example

White with #2431EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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