Html Css Color HEX #2431BB Persian Blue

📋 copy color: '#2431BB'

red 36 ◦ green 49 ◦ blue 187

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

Shades of Persian Blue #2431BB

Tints of Persian Blue #2431BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 68.75%

R = 13.24%
G = 18.01%
B = 68.75%

CMYK

 C value IS 0.81

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2431BB (or 0x2431BB) is known color: Persian Blue. HEX triplet: 24, 31 and BB. RGB value is (36,49,187). Sum of RGB (Red+Green+Blue) = 36+49+187=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 187 (73.44% from 255 or 68.75% from 272); Max value from RGB is 187 - color contains mainly: blue. Hex color #2431BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2431BB is #DBCE44. Grayscale: #3C3C3C. Windows color (decimal): -14405189 or 12267812. OLE color: 12267812.

HSL color Cylindrical-coordinate representation of color #2431BB: hue angle of 234.83º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2431BB is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 49 187 -
CMYK 0.81 0.74 0 0.27
HSL 234.83º 0.68% 0.44% -
HSV(B) 234.83º 0.81% 0.73% -
XYZ 10.8 6.16 47.63 -
YUV 60.85 199.19 110.28 -
System Red Green Blue C M Y K H S L
Decimal 36 49 187 0.81 0.74 0 0.27 234.83 0.68 0.44
Hex 24 31 BB 51 4A 0 1B EB 44 2C
Octal 44 61 273 121 112 0 33 353 104 54
Binary 100100 110001 10111011 1010001 1001010 0 11011 11101011 1000100 101100

Color Harmonies of #2431BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2431BB

Black with #2431BB

Text Example


Text Example

White with #2431BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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