#283BC3

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

Shades of Persian Blue #283BC3

Tints of Persian Blue #283BC3

Color information

#283BC3 (or 0x283BC3) is unknown color: approx Persian Blue. HEX triplet: 28, 3B and C3. RGB value is (40,59,195). Sum of RGB (Red+Green+Blue) = 40+59+195=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 59 (23.44% from 255 or 20.07% from 294); Blue value is 195 (76.56% from 255 or 66.33% from 294); Max value from RGB is 195 - color contains mainly: blue. Hex color #283BC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283BC3 is #D7C43C. Grayscale: #444444. Windows color (decimal): -14140477 or 12794664. OLE color: 12794664.

HSL color Cylindrical-coordinate representation of color #283BC3: hue angle of 232.65º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #283BC3 is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4059195-
CMYK0.790.7000.24
HSL232.65º65.96%46.08%-
HSV(B)232.65º79.49%76.47%-
XYZ12.297.5252.43-
YUV68.82199.21107.44-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.61%
GREEN value IS 59 (23.44% from 255) = 20.07%
BLUE value IS 195 (76.56% from 255) = 66.33%
R=13.61%
G=20.07%
B=66.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal40591950.790.7000.24232.6565.9646.08
Hex283BC34F46018e9422e
Octal507330311710603035110256
Binary1010001110111100001110011111000110011000111010011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,59,195); }

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

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

 a { background-color: rgb(40,59,195); }

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

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

 span { border-color: rgb(40,59,195); }

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