#2218BC

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

Shades of Persian Blue #2218BC

Tints of Persian Blue #2218BC

Color information

#2218BC (or 0x2218BC) is unknown color: approx Persian Blue. HEX triplet: 22, 18 and BC. RGB value is (34,24,188). Sum of RGB (Red+Green+Blue) = 34+24+188=246 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.82% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 188 (73.83% from 255 or 76.42% from 246); Max value from RGB is 188 - color contains mainly: blue. Hex color #2218BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2218BC is #DDE743. Grayscale: #2D2D2D. Windows color (decimal): -14542660 or 12326946. OLE color: 12326946.

HSL color Cylindrical-coordinate representation of color #2218BC: hue angle of 243.66º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2218BC is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3424188-
CMYK0.820.8700.26
HSL243.66º77.36%41.57%-
HSV(B)243.66º87.23%73.73%-
XYZ10.064.6247.94-
YUV45.69208.31119.66-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.82%
GREEN value IS 24 (9.77% from 255) = 9.76%
BLUE value IS 188 (73.83% from 255) = 76.42%
R=13.82%
G=9.76%
B=76.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal34241880.820.8700.26243.6677.3641.57
Hex2218BC525701Af44d2a
Octal423027412212703236411552
Binary100010110001011110010100101010111011010111101001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2218BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2218BC; }

 p { color: rgb(34,24,188); }

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

<style>
 a { background-color: #2218BC; }

 a { background-color: rgb(34,24,188); }

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

<style>
 span { border-color: #2218BC; }

 span { border-color: rgb(34,24,188); }

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