#2B19CD

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

Shades of Persian Blue #2B19CD

Tints of Persian Blue #2B19CD

Color information

#2B19CD (or 0x2B19CD) is unknown color: approx Persian Blue. HEX triplet: 2B, 19 and CD. RGB value is (43,25,205). Sum of RGB (Red+Green+Blue) = 43+25+205=273 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.75% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 205 (80.47% from 255 or 75.09% from 273); Max value from RGB is 205 - color contains mainly: blue. Hex color #2B19CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B19CD is #D4E632. Grayscale: #323232. Windows color (decimal): -13952563 or 13441323. OLE color: 13441323.

HSL color Cylindrical-coordinate representation of color #2B19CD: hue angle of 246º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B19CD is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4325205-
CMYK0.790.8800.20
HSL246º78.26%45.1%-
HSV(B)246º87.8%80.39%-
XYZ12.365.6258.19-
YUV50.9214.96122.36-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.75%
GREEN value IS 25 (10.16% from 255) = 9.16%
BLUE value IS 205 (80.47% from 255) = 75.09%
R=15.75%
G=9.16%
B=75.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal43252050.790.8800.2024678.2645.1
Hex2B19CD4F58014f64e2d
Octal533131511713002436611655
Binary101011110011100110110011111011000010100111101101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B19CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,25,205); }

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

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

 a { background-color: rgb(43,25,205); }

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

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

 span { border-color: rgb(43,25,205); }

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