#283CAD

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

Shades of Persian Blue #283CAD

Tints of Persian Blue #283CAD

Color information

#283CAD (or 0x283CAD) is unknown color: approx Persian Blue. HEX triplet: 28, 3C and AD. RGB value is (40,60,173). Sum of RGB (Red+Green+Blue) = 40+60+173=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 173 (67.97% from 255 or 63.37% from 273); Max value from RGB is 173 - color contains mainly: blue. Hex color #283CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283CAD is #D7C352. Grayscale: #424242. Windows color (decimal): -14140243 or 11353128. OLE color: 11353128.

HSL color Cylindrical-coordinate representation of color #283CAD: hue angle of 230.98º 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 #283CAD is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4060173-
CMYK0.770.6500.32
HSL230.98º62.44%41.76%-
HSV(B)230.98º76.88%67.84%-
XYZ10.036.740.3-
YUV66.9187.87108.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.65%
GREEN value IS 60 (23.83% from 255) = 21.98%
BLUE value IS 173 (67.97% from 255) = 63.37%
R=14.65%
G=21.98%
B=63.37%

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
Decimal40601730.770.6500.32230.9862.4441.76
Hex283CAD4D41020e73e2a
Octal50742551151010403477652
Binary1010001111001010110110011011000001010000011100111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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