#302BBE

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

Shades of Persian Blue #302BBE

Tints of Persian Blue #302BBE

Color information

#302BBE (or 0x302BBE) is unknown color: approx Persian Blue. HEX triplet: 30, 2B and BE. RGB value is (48,43,190). Sum of RGB (Red+Green+Blue) = 48+43+190=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 190 (74.61% from 255 or 67.62% from 281); Max value from RGB is 190 - color contains mainly: blue. Hex color #302BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302BBE is #CFD441. Grayscale: #3C3C3C. Windows color (decimal): -13620290 or 12462896. OLE color: 12462896.

HSL color Cylindrical-coordinate representation of color #302BBE: hue angle of 242.04º 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 #302BBE is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4843190-
CMYK0.750.7700.25
HSL242.04º63.09%45.69%-
HSV(B)242.04º77.37%74.51%-
XYZ11.386.0749.29-
YUV61.25200.66118.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.08%
GREEN value IS 43 (17.19% from 255) = 15.30%
BLUE value IS 190 (74.61% from 255) = 67.62%
R=17.08%
G=15.30%
B=67.62%

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
Decimal48431900.750.7700.25242.0463.0945.69
Hex302BBE4B4D019f23f2e
Octal60532761131150313627756
Binary110000101011101111101001011100110101100111110010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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