#303FAE

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

Shades of Persian Blue #303FAE

Tints of Persian Blue #303FAE

Color information

#303FAE (or 0x303FAE) is unknown color: approx Persian Blue. HEX triplet: 30, 3F and AE. RGB value is (48,63,174). Sum of RGB (Red+Green+Blue) = 48+63+174=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #303FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303FAE is #CFC051. Grayscale: #464646. Windows color (decimal): -13615186 or 11419440. OLE color: 11419440.

HSL color Cylindrical-coordinate representation of color #303FAE: hue angle of 232.86º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #303FAE is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4863174-
CMYK0.720.6400.32
HSL232.86º56.76%43.53%-
HSV(B)232.86º72.41%68.24%-
XYZ10.647.2440.88-
YUV71.17186.03111.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.84%
GREEN value IS 63 (25% from 255) = 22.11%
BLUE value IS 174 (68.36% from 255) = 61.05%
R=16.84%
G=22.11%
B=61.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal48631740.720.6400.32232.8656.7643.53
Hex303FAE4840020e9392c
Octal60772561101000403517154
Binary1100001111111010111010010001000000010000011101001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,63,174); }

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

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

 a { background-color: rgb(48,63,174); }

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

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

 span { border-color: rgb(48,63,174); }

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