#302CBF

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

Shades of Persian Blue #302CBF

Tints of Persian Blue #302CBF

Color information

#302CBF (or 0x302CBF) is unknown color: approx Persian Blue. HEX triplet: 30, 2C and BF. RGB value is (48,44,191). Sum of RGB (Red+Green+Blue) = 48+44+191=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #302CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302CBF is #CFD340. Grayscale: #3D3D3D. Windows color (decimal): -13620033 or 12528688. OLE color: 12528688.

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

Color convert

RGB4844191-
CMYK0.750.7700.25
HSL241.63º62.55%46.08%-
HSV(B)241.63º76.96%74.9%-
XYZ11.526.1949.88-
YUV61.95200.83118.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.96%
GREEN value IS 44 (17.58% from 255) = 15.55%
BLUE value IS 191 (75% from 255) = 67.49%
R=16.96%
G=15.55%
B=67.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48441910.750.7700.25241.6362.5546.08
Hex302CBF4B4D019f23f2e
Octal60542771131150313627756
Binary110000101100101111111001011100110101100111110010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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