#2B31C0

Color #2B31C0 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2B31C0

Tints of Persian Blue #2B31C0

Color information

#2B31C0 (or 0x2B31C0) is unknown color: approx Persian Blue. HEX triplet: 2B, 31 and C0. RGB value is (43,49,192). Sum of RGB (Red+Green+Blue) = 43+49+192=284 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.14% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 192 (75.39% from 255 or 67.61% from 284); Max value from RGB is 192 - color contains mainly: blue. Hex color #2B31C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B31C0 is #D4CE3F. Grayscale: #3E3E3E. Windows color (decimal): -13946432 or 12595499. OLE color: 12595499.

HSL color Cylindrical-coordinate representation of color #2B31C0: hue angle of 237.58º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B31C0 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4349192-
CMYK0.780.7400.25
HSL237.58º63.4%46.08%-
HSV(B)237.58º77.6%75.29%-
XYZ11.616.5250.52-
YUV63.51200.51113.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.14%
GREEN value IS 49 (19.53% from 255) = 17.25%
BLUE value IS 192 (75.39% from 255) = 67.61%
R=15.14%
G=17.25%
B=67.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal43491920.780.7400.25237.5863.446.08
Hex2B31C04E4A019ee3f2e
Octal53613001161120313567756
Binary101011110001110000001001110100101001100111101110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B31C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B31C0; }

 p { color: rgb(43,49,192); }

 H1.HeaderClassName
 {
   color: #2B31C0;
 }
 .AnyTagClassName
 {
   color: #2B31C0;
 }
</style>
background-color css

<style>
 a { background-color: #2B31C0; }

 a { background-color: rgb(43,49,192); }

 div.DivClassName
 {
   background-color: #2B31C0;
 }
 .BgClassName
 {
   background-color: #2B31C0;
 }
</style>
border-color css

<style>
 span { border-color: #2B31C0; }

 span { border-color: rgb(43,49,192); }

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