#302CC0

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

Shades of Persian Blue #302CC0

Tints of Persian Blue #302CC0

Color information

#302CC0 (or 0x302CC0) is unknown color: approx Persian Blue. HEX triplet: 30, 2C and C0. RGB value is (48,44,192). Sum of RGB (Red+Green+Blue) = 48+44+192=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 192 (75.39% from 255 or 67.61% from 284); Max value from RGB is 192 - color contains mainly: blue. Hex color #302CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302CC0 is #CFD33F. Grayscale: #3D3D3D. Windows color (decimal): -13620032 or 12594224. OLE color: 12594224.

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

Color convert

RGB4844192-
CMYK0.750.7700.25
HSL241.62º62.71%46.27%-
HSV(B)241.62º77.08%75.29%-
XYZ11.636.2450.46-
YUV62.07201.33117.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.90%
GREEN value IS 44 (17.58% from 255) = 15.49%
BLUE value IS 192 (75.39% from 255) = 67.61%
R=16.90%
G=15.49%
B=67.61%

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
Decimal48441920.750.7700.25241.6262.7146.27
Hex302CC04B4D019f23f2e
Octal60543001131150313627756
Binary110000101100110000001001011100110101100111110010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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