#282CD4

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

Shades of Persian Blue #282CD4

Tints of Persian Blue #282CD4

Color information

#282CD4 (or 0x282CD4) is unknown color: approx Persian Blue. HEX triplet: 28, 2C and D4. RGB value is (40,44,212). Sum of RGB (Red+Green+Blue) = 40+44+212=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 44 (17.58% from 255 or 14.86% 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 #282CD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282CD4 is #D7D32B. Grayscale: #3D3D3D. Windows color (decimal): -14144300 or 13904936. OLE color: 13904936.

HSL color Cylindrical-coordinate representation of color #282CD4: hue angle of 238.6º 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 #282CD4 is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB4044212-
CMYK0.810.7900.17
HSL238.6º68.25%49.41%-
HSV(B)238.6º81.13%83.14%-
XYZ13.667.0162.92-
YUV61.96212.67112.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal40442120.810.7900.17238.668.2549.41
Hex282CD4514F011ef4431
Octal505432412111702135710461
Binary1010001011001101010010100011001111010001111011111000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282CD4; }

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

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

<style>
 a { background-color: #282CD4; }

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

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

<style>
 span { border-color: #282CD4; }

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

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