#2B31DC

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

Shades of Persian Blue #2B31DC

Tints of Persian Blue #2B31DC

Color information

#2B31DC (or 0x2B31DC) is unknown color: approx Persian Blue. HEX triplet: 2B, 31 and DC. RGB value is (43,49,220). Sum of RGB (Red+Green+Blue) = 43+49+220=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 220 (86.33% from 255 or 70.51% from 312); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B31DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B31DC is #D4CE23. Grayscale: #424242. Windows color (decimal): -13946404 or 14430507. OLE color: 14430507.

HSL color Cylindrical-coordinate representation of color #2B31DC: hue angle of 237.97º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B31DC is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB4349220-
CMYK0.800.7800.14
HSL237.97º71.66%51.57%-
HSV(B)237.97º80.45%86.27%-
XYZ15.017.8868.44-
YUV66.7214.51111.1-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.78%
GREEN value IS 49 (19.53% from 255) = 15.71%
BLUE value IS 220 (86.33% from 255) = 70.51%
R=13.78%
G=15.71%
B=70.51%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal43492200.800.7800.14237.9771.6651.57
Hex2B31DC504E0Eee4834
Octal536133412011601635611064
Binary101011110001110111001010000100111001110111011101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B31DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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