#302DBC

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

Shades of Persian Blue #302DBC

Tints of Persian Blue #302DBC

Color information

#302DBC (or 0x302DBC) is unknown color: approx Persian Blue. HEX triplet: 30, 2D and BC. RGB value is (48,45,188). Sum of RGB (Red+Green+Blue) = 48+45+188=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #302DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302DBC is #CFD243. Grayscale: #3D3D3D. Windows color (decimal): -13619780 or 12332336. OLE color: 12332336.

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

Color convert

RGB4845188-
CMYK0.740.7600.26
HSL241.26º61.37%45.69%-
HSV(B)241.26º76.06%73.73%-
XYZ11.236.1448.17-
YUV62.2198.99117.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.08%
GREEN value IS 45 (17.97% from 255) = 16.01%
BLUE value IS 188 (73.83% from 255) = 66.90%
R=17.08%
G=16.01%
B=66.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal48451880.740.7600.26241.2661.3745.69
Hex302DBC4A4C01Af13d2e
Octal60552741121140323617556
Binary110000101101101111001001010100110001101011110001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,45,188); }

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

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

 a { background-color: rgb(48,45,188); }

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

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

 span { border-color: rgb(48,45,188); }

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