#221BC6

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

Shades of Persian Blue #221BC6

Tints of Persian Blue #221BC6

Color information

#221BC6 (or 0x221BC6) is unknown color: approx Persian Blue. HEX triplet: 22, 1B and C6. RGB value is (34,27,198). Sum of RGB (Red+Green+Blue) = 34+27+198=259 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.13% from 259); Green value is 27 (10.94% from 255 or 10.42% from 259); Blue value is 198 (77.73% from 255 or 76.45% from 259); Max value from RGB is 198 - color contains mainly: blue. Hex color #221BC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221BC6 is #DDE439. Grayscale: #2F2F2F. Windows color (decimal): -14541882 or 12983074. OLE color: 12983074.

HSL color Cylindrical-coordinate representation of color #221BC6: hue angle of 242.46º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #221BC6 is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3427198-
CMYK0.830.8600.22
HSL242.46º76%44.12%-
HSV(B)242.46º86.36%77.65%-
XYZ11.245.253.84-
YUV48.59212.32117.6-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.13%
GREEN value IS 27 (10.94% from 255) = 10.42%
BLUE value IS 198 (77.73% from 255) = 76.45%
R=13.13%
G=10.42%
B=76.45%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal34271980.830.8600.22242.467644.12
Hex221BC65356016f24c2c
Octal423330612312602636211454
Binary100010110111100011010100111010110010110111100101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221BC6; }

 p { color: rgb(34,27,198); }

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

<style>
 a { background-color: #221BC6; }

 a { background-color: rgb(34,27,198); }

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

<style>
 span { border-color: #221BC6; }

 span { border-color: rgb(34,27,198); }

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