Html Css Color HEX #2431BC Persian Blue

📋 copy color: '#2431BC'

red 36 ◦ green 49 ◦ blue 188

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

Shades of Persian Blue #2431BC

Tints of Persian Blue #2431BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 68.86%

R = 13.19%
G = 17.95%
B = 68.86%

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

#2431BC (or 0x2431BC) is known color: Persian Blue. HEX triplet: 24, 31 and BC. RGB value is (36,49,188). Sum of RGB (Red+Green+Blue) = 36+49+188=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 188 (73.83% from 255 or 68.86% from 273); Max value from RGB is 188 - color contains mainly: blue. Hex color #2431BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2431BC is #DBCE43. Grayscale: #3C3C3C. Windows color (decimal): -14405188 or 12333348. OLE color: 12333348.

HSL color Cylindrical-coordinate representation of color #2431BC: hue angle of 234.87º 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 #2431BC is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 36 49 188 -
CMYK 0.81 0.74 0 0.26
HSL 234.87º 0.68% 0.44% -
HSV(B) 234.87º 0.81% 0.74% -
XYZ 10.9 6.2 48.2 -
YUV 60.96 199.69 110.2 -
System Red Green Blue C M Y K H S L
Decimal 36 49 188 0.81 0.74 0 0.26 234.87 0.68 0.44
Hex 24 31 BC 51 4A 0 1A EB 44 2C
Octal 44 61 274 121 112 0 32 353 104 54
Binary 100100 110001 10111100 1010001 1001010 0 11010 11101011 1000100 101100

Color Harmonies of #2431BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2431BC

Black with #2431BC

Text Example


Text Example

White with #2431BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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