#303FCE

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

Shades of Persian Blue #303FCE

Tints of Persian Blue #303FCE

Color information

#303FCE (or 0x303FCE) is unknown color: approx Persian Blue. HEX triplet: 30, 3F and CE. RGB value is (48,63,206). Sum of RGB (Red+Green+Blue) = 48+63+206=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #303FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303FCE is #CFC031. Grayscale: #4A4A4A. Windows color (decimal): -13615154 or 13516592. OLE color: 13516592.

HSL color Cylindrical-coordinate representation of color #303FCE: hue angle of 234.3º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #303FCE is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4863206-
CMYK0.770.6900.19
HSL234.3º62.2%49.8%-
HSV(B)234.3º76.7%80.78%-
XYZ14.148.6459.32-
YUV74.82202.03108.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.14%
GREEN value IS 63 (25% from 255) = 19.87%
BLUE value IS 206 (80.86% from 255) = 64.98%
R=15.14%
G=19.87%
B=64.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal48632060.770.6900.19234.362.249.8
Hex303FCE4D45013ea3e32
Octal60773161151050233527662
Binary110000111111110011101001101100010101001111101010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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