#283ABC

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

Shades of Persian Blue #283ABC

Tints of Persian Blue #283ABC

Color information

#283ABC (or 0x283ABC) is unknown color: approx Persian Blue. HEX triplet: 28, 3A and BC. RGB value is (40,58,188). Sum of RGB (Red+Green+Blue) = 40+58+188=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #283ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283ABC is #D7C543. Grayscale: #424242. Windows color (decimal): -14140740 or 12335656. OLE color: 12335656.

HSL color Cylindrical-coordinate representation of color #283ABC: hue angle of 232.7º 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 #283ABC is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4058188-
CMYK0.790.6900.26
HSL232.7º64.91%44.71%-
HSV(B)232.7º78.72%73.73%-
XYZ11.477.1148.34-
YUV67.44196.04108.43-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.99%
GREEN value IS 58 (23.05% from 255) = 20.28%
BLUE value IS 188 (73.83% from 255) = 65.73%
R=13.99%
G=20.28%
B=65.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal40581880.790.6900.26232.764.9144.71
Hex283ABC4F4501Ae9412d
Octal507227411710503235110155
Binary1010001110101011110010011111000101011010111010011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,58,188); }

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

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

 a { background-color: rgb(40,58,188); }

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

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

 span { border-color: rgb(40,58,188); }

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