#302cb0

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

Shades of Persian Blue #302CB0

Tints of Persian Blue #302CB0

Color information

#302CB0 (or 0x302CB0) is unknown color: approx Persian Blue. HEX triplet: 30, 2C and B0. RGB value is (48,44,176). Sum of RGB (Red+Green+Blue) = 48+44+176=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 176 (69.14% from 255 or 65.67% from 268); Max value from RGB is 176 - color contains mainly: blue. Hex color #302CB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302CB0 is #CFD34F. Grayscale: #3B3B3B. Windows color (decimal): -13620048 or 11545648. OLE color: 11545648.

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

Color convert

RGB4844176-
CMYK0.730.7500.31
HSL241.82º60%43.14%-
HSV(B)241.82º75%69.02%-
XYZ9.965.5641.62-
YUV60.24193.33119.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.91%
GREEN value IS 44 (17.58% from 255) = 16.42%
BLUE value IS 176 (69.14% from 255) = 65.67%
R=17.91%
G=16.42%
B=65.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal48441760.730.7500.31241.826043.14
Hex302CB0494B01Ff23c2b
Octal60542601111130373627453
Binary110000101100101100001001001100101101111111110010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302cb0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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