#303AD7

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

Shades of Persian Blue #303AD7

Tints of Persian Blue #303AD7

Color information

#303AD7 (or 0x303AD7) is unknown color: approx Persian Blue. HEX triplet: 30, 3A and D7. RGB value is (48,58,215). Sum of RGB (Red+Green+Blue) = 48+58+215=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 215 (84.38% from 255 or 66.98% from 321); Max value from RGB is 215 - color contains mainly: blue. Hex color #303AD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303AD7 is #CFC528. Grayscale: #484848. Windows color (decimal): -13616425 or 14105136. OLE color: 14105136.

HSL color Cylindrical-coordinate representation of color #303AD7: hue angle of 236.41º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #303AD7 is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4858215-
CMYK0.780.7300.16
HSL236.41º67.61%51.57%-
HSV(B)236.41º77.67%84.31%-
XYZ158.5665.15-
YUV72.91208.19110.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.95%
GREEN value IS 58 (23.05% from 255) = 18.07%
BLUE value IS 215 (84.38% from 255) = 66.98%
R=14.95%
G=18.07%
B=66.98%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal48582150.780.7300.16236.4167.6151.57
Hex303AD74E49010ec4434
Octal607232711611102035410464
Binary1100001110101101011110011101001001010000111011001000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,58,215); }

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

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

 a { background-color: rgb(48,58,215); }

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

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

 span { border-color: rgb(48,58,215); }

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