#283DB2

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

Shades of Persian Blue #283DB2

Tints of Persian Blue #283DB2

Color information

#283DB2 (or 0x283DB2) is unknown color: approx Persian Blue. HEX triplet: 28, 3D and B2. RGB value is (40,61,178). Sum of RGB (Red+Green+Blue) = 40+61+178=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 178 (69.92% from 255 or 63.80% from 279); Max value from RGB is 178 - color contains mainly: blue. Hex color #283DB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283DB2 is #D7C24D. Grayscale: #434343. Windows color (decimal): -14139982 or 11681064. OLE color: 11681064.

HSL color Cylindrical-coordinate representation of color #283DB2: hue angle of 230.87º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #283DB2 is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4061178-
CMYK0.780.6600.30
HSL230.87º63.3%42.75%-
HSV(B)230.87º77.53%69.8%-
XYZ10.58742.91-
YUV68.06190.04107.99-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.34%
GREEN value IS 61 (24.22% from 255) = 21.86%
BLUE value IS 178 (69.92% from 255) = 63.80%
R=14.34%
G=21.86%
B=63.80%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal40611780.780.6600.30230.8763.342.75
Hex283DB24E4201Ee73f2b
Octal50752621161020363477753
Binary101000111101101100101001110100001001111011100111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,61,178); }

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

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

 a { background-color: rgb(40,61,178); }

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

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

 span { border-color: rgb(40,61,178); }

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