#2C18BD

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

Shades of Persian Blue #2C18BD

Tints of Persian Blue #2C18BD

Color information

#2C18BD (or 0x2C18BD) is unknown color: approx Persian Blue. HEX triplet: 2C, 18 and BD. RGB value is (44,24,189). Sum of RGB (Red+Green+Blue) = 44+24+189=257 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.12% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 189 (74.22% from 255 or 73.54% from 257); Max value from RGB is 189 - color contains mainly: blue. Hex color #2C18BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C18BD is #D3E742. Grayscale: #303030. Windows color (decimal): -13887299 or 12392492. OLE color: 12392492.

HSL color Cylindrical-coordinate representation of color #2C18BD: hue angle of 247.27º 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 #2C18BD is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4424189-
CMYK0.770.8700.26
HSL247.27º77.46%41.76%-
HSV(B)247.27º87.3%74.12%-
XYZ10.554.8648.53-
YUV48.79207.13124.58-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.12%
GREEN value IS 24 (9.77% from 255) = 9.34%
BLUE value IS 189 (74.22% from 255) = 73.54%
R=17.12%
G=9.34%
B=73.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal44241890.770.8700.26247.2777.4641.76
Hex2C18BD4D5701Af74d2a
Octal543027511512703236711552
Binary101100110001011110110011011010111011010111101111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C18BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,24,189); }

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

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

 a { background-color: rgb(44,24,189); }

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

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

 span { border-color: rgb(44,24,189); }

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