#2830CF

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

Shades of Persian Blue #2830CF

Tints of Persian Blue #2830CF

Color information

#2830CF (or 0x2830CF) is unknown color: approx Persian Blue. HEX triplet: 28, 30 and CF. RGB value is (40,48,207). Sum of RGB (Red+Green+Blue) = 40+48+207=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 207 (81.25% from 255 or 70.17% from 295); Max value from RGB is 207 - color contains mainly: blue. Hex color #2830CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2830CF is #D7CF30. Grayscale: #3F3F3F. Windows color (decimal): -14143281 or 13578280. OLE color: 13578280.

HSL color Cylindrical-coordinate representation of color #2830CF: hue angle of 237.13º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2830CF is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4048207-
CMYK0.810.7700.19
HSL237.13º67.61%48.43%-
HSV(B)237.13º80.68%81.18%-
XYZ13.197.0759.7-
YUV63.73208.85111.07-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.56%
GREEN value IS 48 (19.14% from 255) = 16.27%
BLUE value IS 207 (81.25% from 255) = 70.17%
R=13.56%
G=16.27%
B=70.17%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal40482070.810.7700.19237.1367.6148.43
Hex2830CF514D013ed4430
Octal506031712111502335510460
Binary1010001100001100111110100011001101010011111011011000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2830CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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