#283EAA

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

Shades of Persian Blue #283EAA

Tints of Persian Blue #283EAA

Color information

#283EAA (or 0x283EAA) is unknown color: approx Persian Blue. HEX triplet: 28, 3E and AA. RGB value is (40,62,170). Sum of RGB (Red+Green+Blue) = 40+62+170=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #283EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283EAA is #D7C155. Grayscale: #434343. Windows color (decimal): -14139734 or 11157032. OLE color: 11157032.

HSL color Cylindrical-coordinate representation of color #283EAA: hue angle of 229.85º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #283EAA is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4062170-
CMYK0.760.6400.33
HSL229.85º61.9%41.18%-
HSV(B)229.85º76.47%66.67%-
XYZ9.856.838.82-
YUV67.73185.71108.22-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.71%
GREEN value IS 62 (24.61% from 255) = 22.79%
BLUE value IS 170 (66.80% from 255) = 62.5%
R=14.71%
G=22.79%
B=62.5%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal40621700.760.6400.33229.8561.941.18
Hex283EAA4C40021e63e29
Octal50762521141000413467651
Binary1010001111101010101010011001000000010000111100110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,62,170); }

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

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

 a { background-color: rgb(40,62,170); }

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

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

 span { border-color: rgb(40,62,170); }

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