#2830BB

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

Shades of Persian Blue #2830BB

Tints of Persian Blue #2830BB

Color information

#2830BB (or 0x2830BB) is unknown color: approx Persian Blue. HEX triplet: 28, 30 and BB. RGB value is (40,48,187). Sum of RGB (Red+Green+Blue) = 40+48+187=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 187 (73.44% from 255 or 68% from 275); Max value from RGB is 187 - color contains mainly: blue. Hex color #2830BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2830BB is #D7CF44. Grayscale: #3C3C3C. Windows color (decimal): -14143301 or 12267560. OLE color: 12267560.

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

Color convert

RGB4048187-
CMYK0.790.7400.27
HSL236.73º64.76%44.51%-
HSV(B)236.73º78.61%73.33%-
XYZ10.96.1547.63-
YUV61.45198.85112.7-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.55%
GREEN value IS 48 (19.14% from 255) = 17.45%
BLUE value IS 187 (73.44% from 255) = 68%
R=14.55%
G=17.45%
B=68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal40481870.790.7400.27236.7364.7644.51
Hex2830BB4F4A01Bed412d
Octal506027311711203335510155
Binary1010001100001011101110011111001010011011111011011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2830BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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