#283cde

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

Shades of Persian Blue #283CDE

Tints of Persian Blue #283CDE

Color information

#283CDE (or 0x283CDE) is unknown color: approx Persian Blue. HEX triplet: 28, 3C and DE. RGB value is (40,60,222). Sum of RGB (Red+Green+Blue) = 40+60+222=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 222 (87.11% from 255 or 68.94% from 322); Max value from RGB is 222 - color contains mainly: blue. Hex color #283CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283CDE is #D7C321. Grayscale: #474747. Windows color (decimal): -14140194 or 14564392. OLE color: 14564392.

HSL color Cylindrical-coordinate representation of color #283CDE: hue angle of 233.41º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #283CDE is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4060222-
CMYK0.820.7300.13
HSL233.41º73.39%51.37%-
HSV(B)233.41º81.98%87.06%-
XYZ15.688.9670.01-
YUV72.49212.37104.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.42%
GREEN value IS 60 (23.83% from 255) = 18.63%
BLUE value IS 222 (87.11% from 255) = 68.94%
R=12.42%
G=18.63%
B=68.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal40602220.820.7300.13233.4173.3951.37
Hex283CDE52490De94933
Octal507433612211101535111163
Binary101000111100110111101010010100100101101111010011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283cde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283cde; }

 p { color: rgb(40,60,222); }

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

<style>
 a { background-color: #283cde; }

 a { background-color: rgb(40,60,222); }

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

<style>
 span { border-color: #283cde; }

 span { border-color: rgb(40,60,222); }

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