#2c3ac8

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

Shades of Persian Blue #2C3AC8

Tints of Persian Blue #2C3AC8

Color information

#2C3AC8 (or 0x2C3AC8) is unknown color: approx Persian Blue. HEX triplet: 2C, 3A and C8. RGB value is (44,58,200). Sum of RGB (Red+Green+Blue) = 44+58+200=302 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.57% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 200 (78.52% from 255 or 66.23% from 302); Max value from RGB is 200 - color contains mainly: blue. Hex color #2C3AC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C3AC8 is #D3C537. Grayscale: #454545. Windows color (decimal): -13878584 or 13122092. OLE color: 13122092.

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

Color convert

RGB4458200-
CMYK0.780.7100.22
HSL234.62º63.93%47.84%-
HSV(B)234.62º78%78.43%-
XYZ12.987.7355.45-
YUV70201.36109.45-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.57%
GREEN value IS 58 (23.05% from 255) = 19.21%
BLUE value IS 200 (78.52% from 255) = 66.23%
R=14.57%
G=19.21%
B=66.23%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal44582000.780.7100.22234.6263.9347.84
Hex2C3AC84E47016eb4030
Octal547231011610702635310060
Binary1011001110101100100010011101000111010110111010111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c3ac8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,58,200); }

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

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

 a { background-color: rgb(44,58,200); }

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

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

 span { border-color: rgb(44,58,200); }

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