#2C26AF

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

Shades of Persian Blue #2C26AF

Tints of Persian Blue #2C26AF

Color information

#2C26AF (or 0x2C26AF) is unknown color: approx Persian Blue. HEX triplet: 2C, 26 and AF. RGB value is (44,38,175). Sum of RGB (Red+Green+Blue) = 44+38+175=257 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.12% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 175 (68.75% from 255 or 68.09% from 257); Max value from RGB is 175 - color contains mainly: blue. Hex color #2C26AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C26AF is #D3D950. Grayscale: #363636. Windows color (decimal): -13883729 or 11478572. OLE color: 11478572.

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

Color convert

RGB4438175-
CMYK0.750.7800.31
HSL242.63º64.32%41.76%-
HSV(B)242.63º78.29%68.63%-
XYZ9.475.0241.03-
YUV55.41195.49119.86-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.12%
GREEN value IS 38 (15.23% from 255) = 14.79%
BLUE value IS 175 (68.75% from 255) = 68.09%
R=17.12%
G=14.79%
B=68.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal44381750.750.7800.31242.6364.3241.76
Hex2C26AF4B4E01Ff3402a
Octal544625711311603736310052
Binary1011001001101010111110010111001110011111111100111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C26AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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