#2C25AF

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

Shades of Persian Blue #2C25AF

Tints of Persian Blue #2C25AF

Color information

#2C25AF (or 0x2C25AF) is unknown color: approx Persian Blue. HEX triplet: 2C, 25 and AF. RGB value is (44,37,175). Sum of RGB (Red+Green+Blue) = 44+37+175=256 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.19% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 175 (68.75% from 255 or 68.36% from 256); Max value from RGB is 175 - color contains mainly: blue. Hex color #2C25AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C25AF is #D3DA50. Grayscale: #363636. Windows color (decimal): -13883985 or 11478316. OLE color: 11478316.

HSL color Cylindrical-coordinate representation of color #2C25AF: hue angle of 243.04º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C25AF is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4437175-
CMYK0.750.7900.31
HSL243.04º65.09%41.57%-
HSV(B)243.04º78.86%68.63%-
XYZ9.444.9541.02-
YUV54.82195.82120.28-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.19%
GREEN value IS 37 (14.84% from 255) = 14.45%
BLUE value IS 175 (68.75% from 255) = 68.36%
R=17.19%
G=14.45%
B=68.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal44371750.750.7900.31243.0465.0941.57
Hex2C25AF4B4F01Ff3412a
Octal544525711311703736310152
Binary1011001001011010111110010111001111011111111100111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C25AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,37,175); }

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

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

 a { background-color: rgb(44,37,175); }

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

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

 span { border-color: rgb(44,37,175); }

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