#283EBD

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

Shades of Persian Blue #283EBD

Tints of Persian Blue #283EBD

Color information

#283EBD (or 0x283EBD) is unknown color: approx Persian Blue. HEX triplet: 28, 3E and BD. RGB value is (40,62,189). Sum of RGB (Red+Green+Blue) = 40+62+189=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 189 (74.22% from 255 or 64.95% from 291); Max value from RGB is 189 - color contains mainly: blue. Hex color #283EBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283EBD is #D7C142. Grayscale: #454545. Windows color (decimal): -14139715 or 12402216. OLE color: 12402216.

HSL color Cylindrical-coordinate representation of color #283EBD: hue angle of 231.14º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #283EBD is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4062189-
CMYK0.790.6700.26
HSL231.14º65.07%44.9%-
HSV(B)231.14º78.84%74.12%-
XYZ11.787.5748.98-
YUV69.9195.21106.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.75%
GREEN value IS 62 (24.61% from 255) = 21.31%
BLUE value IS 189 (74.22% from 255) = 64.95%
R=13.75%
G=21.31%
B=64.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal40621890.790.6700.26231.1465.0744.9
Hex283EBD4F4301Ae7412d
Octal507627511710303234710155
Binary1010001111101011110110011111000011011010111001111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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