#2C28D4

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

Shades of Persian Blue #2C28D4

Tints of Persian Blue #2C28D4

Color information

#2C28D4 (or 0x2C28D4) is unknown color: approx Persian Blue. HEX triplet: 2C, 28 and D4. RGB value is (44,40,212). Sum of RGB (Red+Green+Blue) = 44+40+212=296 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.86% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 212 (83.20% from 255 or 71.62% from 296); Max value from RGB is 212 - color contains mainly: blue. Hex color #2C28D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C28D4 is #D3D72B. Grayscale: #3C3C3C. Windows color (decimal): -13883180 or 13903916. OLE color: 13903916.

HSL color Cylindrical-coordinate representation of color #2C28D4: hue angle of 241.4º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C28D4 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB4440212-
CMYK0.790.8100.17
HSL241.4º68.25%49.41%-
HSV(B)241.4º81.13%83.14%-
XYZ13.686.8162.88-
YUV60.8213.33116.01-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.86%
GREEN value IS 40 (16.02% from 255) = 13.51%
BLUE value IS 212 (83.20% from 255) = 71.62%
R=14.86%
G=13.51%
B=71.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal44402120.790.8100.17241.468.2549.41
Hex2C28D44F51011f14431
Octal545032411712102136110461
Binary1011001010001101010010011111010001010001111100011000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C28D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,40,212); }

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

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

 a { background-color: rgb(44,40,212); }

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

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

 span { border-color: rgb(44,40,212); }

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