#283DAD

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

Shades of Persian Blue #283DAD

Tints of Persian Blue #283DAD

Color information

#283DAD (or 0x283DAD) is unknown color: approx Persian Blue. HEX triplet: 28, 3D and AD. RGB value is (40,61,173). Sum of RGB (Red+Green+Blue) = 40+61+173=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 173 (67.97% from 255 or 63.14% from 274); Max value from RGB is 173 - color contains mainly: blue. Hex color #283DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283DAD is #D7C252. Grayscale: #434343. Windows color (decimal): -14139987 or 11353384. OLE color: 11353384.

HSL color Cylindrical-coordinate representation of color #283DAD: hue angle of 230.53º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #283DAD is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4061173-
CMYK0.770.6500.32
HSL230.53º62.44%41.76%-
HSV(B)230.53º76.88%67.84%-
XYZ10.096.8140.32-
YUV67.49187.54108.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.60%
GREEN value IS 61 (24.22% from 255) = 22.26%
BLUE value IS 173 (67.97% from 255) = 63.14%
R=14.60%
G=22.26%
B=63.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal40611730.770.6500.32230.5362.4441.76
Hex283DAD4D41020e73e2a
Octal50752551151010403477652
Binary1010001111011010110110011011000001010000011100111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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