#302CBC

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

Shades of Persian Blue #302CBC

Tints of Persian Blue #302CBC

Color information

#302CBC (or 0x302CBC) is unknown color: approx Persian Blue. HEX triplet: 30, 2C and BC. RGB value is (48,44,188). Sum of RGB (Red+Green+Blue) = 48+44+188=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #302CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302CBC is #CFD343. Grayscale: #3D3D3D. Windows color (decimal): -13620036 or 12332080. OLE color: 12332080.

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

Color convert

RGB4844188-
CMYK0.740.7700.26
HSL241.67º62.07%45.49%-
HSV(B)241.67º76.6%73.73%-
XYZ11.26.0648.16-
YUV61.61199.33118.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.14%
GREEN value IS 44 (17.58% from 255) = 15.71%
BLUE value IS 188 (73.83% from 255) = 67.14%
R=17.14%
G=15.71%
B=67.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal48441880.740.7700.26241.6762.0745.49
Hex302CBC4A4D01Af23e2d
Octal60542741121150323627655
Binary110000101100101111001001010100110101101011110010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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