#2B17C6

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

Shades of Persian Blue #2B17C6

Tints of Persian Blue #2B17C6

Color information

#2B17C6 (or 0x2B17C6) is unknown color: approx Persian Blue. HEX triplet: 2B, 17 and C6. RGB value is (43,23,198). Sum of RGB (Red+Green+Blue) = 43+23+198=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 198 (77.73% from 255 or 75% from 264); Max value from RGB is 198 - color contains mainly: blue. Hex color #2B17C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B17C6 is #D4E839. Grayscale: #303030. Windows color (decimal): -13953082 or 12982059. OLE color: 12982059.

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

Color convert

RGB4323198-
CMYK0.780.8800.22
HSL246.86º79.19%43.33%-
HSV(B)246.86º88.38%77.65%-
XYZ11.55.253.82-
YUV48.93212.13123.77-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.29%
GREEN value IS 23 (9.38% from 255) = 8.71%
BLUE value IS 198 (77.73% from 255) = 75%
R=16.29%
G=8.71%
B=75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal43231980.780.8800.22246.8679.1943.33
Hex2B17C64E58016f74f2b
Octal532730611613002636711753
Binary101011101111100011010011101011000010110111101111001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B17C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,23,198); }

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

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

 a { background-color: rgb(43,23,198); }

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

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

 span { border-color: rgb(43,23,198); }

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