Html Css Color HEX #2431BD Persian Blue

📋 copy color: '#2431BD'

red 36 ◦ green 49 ◦ blue 189

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

Shades of Persian Blue #2431BD

Tints of Persian Blue #2431BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 68.98%

R = 13.14%
G = 17.88%
B = 68.98%

CMYK

 C value IS 0.81

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2431BD (or 0x2431BD) is known color: Persian Blue. HEX triplet: 24, 31 and BD. RGB value is (36,49,189). Sum of RGB (Red+Green+Blue) = 36+49+189=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 189 (74.22% from 255 or 68.98% from 274); Max value from RGB is 189 - color contains mainly: blue. Hex color #2431BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2431BD is #DBCE42. Grayscale: #3C3C3C. Windows color (decimal): -14405187 or 12398884. OLE color: 12398884.

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

Color convert

RGB 36 49 189 -
CMYK 0.81 0.74 0 0.26
HSL 234.9º 0.68% 0.44% -
HSV(B) 234.9º 0.81% 0.74% -
XYZ 11.01 6.25 48.77 -
YUV 61.07 200.19 110.12 -
System Red Green Blue C M Y K H S L
Decimal 36 49 189 0.81 0.74 0 0.26 234.9 0.68 0.44
Hex 24 31 BD 51 4A 0 1A EB 44 2C
Octal 44 61 275 121 112 0 32 353 104 54
Binary 100100 110001 10111101 1010001 1001010 0 11010 11101011 1000100 101100

Color Harmonies of #2431BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2431BD

Black with #2431BD

Text Example


Text Example

White with #2431BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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