#302db5

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

Shades of Persian Blue #302DB5

Tints of Persian Blue #302DB5

Color information

#302DB5 (or 0x302DB5) is unknown color: approx Persian Blue. HEX triplet: 30, 2D and B5. RGB value is (48,45,181). Sum of RGB (Red+Green+Blue) = 48+45+181=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 181 (71.09% from 255 or 66.06% from 274); Max value from RGB is 181 - color contains mainly: blue. Hex color #302DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302DB5 is #CFD24A. Grayscale: #3C3C3C. Windows color (decimal): -13619787 or 11873584. OLE color: 11873584.

HSL color Cylindrical-coordinate representation of color #302DB5: hue angle of 241.32º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #302DB5 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4845181-
CMYK0.730.7500.29
HSL241.32º60.18%44.31%-
HSV(B)241.32º75.14%70.98%-
XYZ10.55.8444.29-
YUV61.4195.49118.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.52%
GREEN value IS 45 (17.97% from 255) = 16.42%
BLUE value IS 181 (71.09% from 255) = 66.06%
R=17.52%
G=16.42%
B=66.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal48451810.730.7500.29241.3260.1844.31
Hex302DB5494B01Df13c2c
Octal60552651111130353617454
Binary110000101101101101011001001100101101110111110001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302db5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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