#2830C5

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

Shades of Persian Blue #2830C5

Tints of Persian Blue #2830C5

Color information

#2830C5 (or 0x2830C5) is unknown color: approx Persian Blue. HEX triplet: 28, 30 and C5. RGB value is (40,48,197). Sum of RGB (Red+Green+Blue) = 40+48+197=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 197 (77.34% from 255 or 69.12% from 285); Max value from RGB is 197 - color contains mainly: blue. Hex color #2830C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2830C5 is #D7CF3A. Grayscale: #3D3D3D. Windows color (decimal): -14143291 or 12922920. OLE color: 12922920.

HSL color Cylindrical-coordinate representation of color #2830C5: hue angle of 236.94º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2830C5 is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB4048197-
CMYK0.800.7600.23
HSL236.94º66.24%46.47%-
HSV(B)236.94º79.7%77.25%-
XYZ12.016.653.46-
YUV62.59203.85111.88-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.04%
GREEN value IS 48 (19.14% from 255) = 16.84%
BLUE value IS 197 (77.34% from 255) = 69.12%
R=14.04%
G=16.84%
B=69.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal40481970.800.7600.23236.9466.2446.47
Hex2830C5504C017ed422e
Octal506030512011402735510256
Binary1010001100001100010110100001001100010111111011011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2830C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2830C5; }

 p { color: rgb(40,48,197); }

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

<style>
 a { background-color: #2830C5; }

 a { background-color: rgb(40,48,197); }

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

<style>
 span { border-color: #2830C5; }

 span { border-color: rgb(40,48,197); }

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