#302EBF

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

Shades of Persian Blue #302EBF

Tints of Persian Blue #302EBF

Color information

#302EBF (or 0x302EBF) is unknown color: approx Persian Blue. HEX triplet: 30, 2E and BF. RGB value is (48,46,191). Sum of RGB (Red+Green+Blue) = 48+46+191=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 191 (75% from 255 or 67.02% from 285); Max value from RGB is 191 - color contains mainly: blue. Hex color #302EBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302EBF is #CFD140. Grayscale: #3E3E3E. Windows color (decimal): -13619521 or 12529200. OLE color: 12529200.

HSL color Cylindrical-coordinate representation of color #302EBF: hue angle of 240.83º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #302EBF is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4846191-
CMYK0.750.7600.25
HSL240.83º61.18%46.47%-
HSV(B)240.83º75.92%74.9%-
XYZ11.66.3449.9-
YUV63.13200.16117.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.84%
GREEN value IS 46 (18.36% from 255) = 16.14%
BLUE value IS 191 (75% from 255) = 67.02%
R=16.84%
G=16.14%
B=67.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48461910.750.7600.25240.8361.1846.47
Hex302EBF4B4C019f13d2e
Octal60562771131140313617556
Binary110000101110101111111001011100110001100111110001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302EBF; }

 p { color: rgb(48,46,191); }

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

<style>
 a { background-color: #302EBF; }

 a { background-color: rgb(48,46,191); }

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

<style>
 span { border-color: #302EBF; }

 span { border-color: rgb(48,46,191); }

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