#2830BE

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

Shades of Persian Blue #2830BE

Tints of Persian Blue #2830BE

Color information

#2830BE (or 0x2830BE) is unknown color: approx Persian Blue. HEX triplet: 28, 30 and BE. RGB value is (40,48,190). Sum of RGB (Red+Green+Blue) = 40+48+190=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 190 (74.61% from 255 or 68.35% from 278); Max value from RGB is 190 - color contains mainly: blue. Hex color #2830BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2830BE is #D7CF41. Grayscale: #3D3D3D. Windows color (decimal): -14143298 or 12464168. OLE color: 12464168.

HSL color Cylindrical-coordinate representation of color #2830BE: hue angle of 236.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2830BE is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4048190-
CMYK0.790.7500.25
HSL236.8º65.22%45.1%-
HSV(B)236.8º78.95%74.51%-
XYZ11.236.2849.34-
YUV61.8200.35112.45-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.39%
GREEN value IS 48 (19.14% from 255) = 17.27%
BLUE value IS 190 (74.61% from 255) = 68.35%
R=14.39%
G=17.27%
B=68.35%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal40481900.790.7500.25236.865.2245.1
Hex2830BE4F4B019ed412d
Octal506027611711303135510155
Binary1010001100001011111010011111001011011001111011011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2830BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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