#221CBF

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

Shades of Persian Blue #221CBF

Tints of Persian Blue #221CBF

Color information

#221CBF (or 0x221CBF) is unknown color: approx Persian Blue. HEX triplet: 22, 1C and BF. RGB value is (34,28,191). Sum of RGB (Red+Green+Blue) = 34+28+191=253 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.44% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 191 (75% from 255 or 75.49% from 253); Max value from RGB is 191 - color contains mainly: blue. Hex color #221CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221CBF is #DDE340. Grayscale: #2F2F2F. Windows color (decimal): -14541633 or 12524578. OLE color: 12524578.

HSL color Cylindrical-coordinate representation of color #221CBF: hue angle of 242.21º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #221CBF is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3428191-
CMYK0.820.8500.25
HSL242.21º74.43%42.94%-
HSV(B)242.21º85.34%74.9%-
XYZ10.484.9349.69-
YUV48.38208.49117.75-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.44%
GREEN value IS 28 (11.33% from 255) = 11.07%
BLUE value IS 191 (75% from 255) = 75.49%
R=13.44%
G=11.07%
B=75.49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal34281910.820.8500.25242.2174.4342.94
Hex221CBF5255019f24a2b
Octal423427712212503136211253
Binary100010111001011111110100101010101011001111100101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,28,191); }

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

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

 a { background-color: rgb(34,28,191); }

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

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

 span { border-color: rgb(34,28,191); }

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