#302BC0

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

Shades of Persian Blue #302BC0

Tints of Persian Blue #302BC0

Color information

#302BC0 (or 0x302BC0) is unknown color: approx Persian Blue. HEX triplet: 30, 2B and C0. RGB value is (48,43,192). Sum of RGB (Red+Green+Blue) = 48+43+192=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 192 (75.39% from 255 or 67.84% from 283); Max value from RGB is 192 - color contains mainly: blue. Hex color #302BC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302BC0 is #CFD43F. Grayscale: #3C3C3C. Windows color (decimal): -13620288 or 12593968. OLE color: 12593968.

HSL color Cylindrical-coordinate representation of color #302BC0: hue angle of 242.01º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #302BC0 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4843192-
CMYK0.750.7800.25
HSL242.01º63.4%46.08%-
HSV(B)242.01º77.6%75.29%-
XYZ11.66.1650.45-
YUV61.48201.66118.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.96%
GREEN value IS 43 (17.19% from 255) = 15.19%
BLUE value IS 192 (75.39% from 255) = 67.84%
R=16.96%
G=15.19%
B=67.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48431920.750.7800.25242.0163.446.08
Hex302BC04B4E019f23f2e
Octal60533001131160313627756
Binary110000101011110000001001011100111001100111110010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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