#303CBA

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

Shades of Persian Blue #303CBA

Tints of Persian Blue #303CBA

Color information

#303CBA (or 0x303CBA) is unknown color: approx Persian Blue. HEX triplet: 30, 3C and BA. RGB value is (48,60,186). Sum of RGB (Red+Green+Blue) = 48+60+186=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 60 (23.83% from 255 or 20.41% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #303CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303CBA is #CFC345. Grayscale: #464646. Windows color (decimal): -13615942 or 12205104. OLE color: 12205104.

HSL color Cylindrical-coordinate representation of color #303CBA: hue angle of 234.78º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #303CBA is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4860186-
CMYK0.740.6800.27
HSL234.78º58.97%45.88%-
HSV(B)234.78º74.19%72.94%-
XYZ11.77.4147.27-
YUV70.78193.02111.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.33%
GREEN value IS 60 (23.83% from 255) = 20.41%
BLUE value IS 186 (73.05% from 255) = 63.27%
R=16.33%
G=20.41%
B=63.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48601860.740.6800.27234.7858.9745.88
Hex303CBA4A4401Beb3b2e
Octal60742721121040333537356
Binary110000111100101110101001010100010001101111101011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303CBA; }

 p { color: rgb(48,60,186); }

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

<style>
 a { background-color: #303CBA; }

 a { background-color: rgb(48,60,186); }

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

<style>
 span { border-color: #303CBA; }

 span { border-color: rgb(48,60,186); }

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