#303EC8

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

Shades of Persian Blue #303EC8

Tints of Persian Blue #303EC8

Color information

#303EC8 (or 0x303EC8) is unknown color: approx Persian Blue. HEX triplet: 30, 3E and C8. RGB value is (48,62,200). Sum of RGB (Red+Green+Blue) = 48+62+200=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 200 (78.52% from 255 or 64.52% from 310); Max value from RGB is 200 - color contains mainly: blue. Hex color #303EC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303EC8 is #CFC137. Grayscale: #484848. Windows color (decimal): -13615416 or 13123120. OLE color: 13123120.

HSL color Cylindrical-coordinate representation of color #303EC8: hue angle of 234.47º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #303EC8 is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4862200-
CMYK0.760.6900.22
HSL234.47º61.29%48.63%-
HSV(B)234.47º76%78.43%-
XYZ13.378.2455.53-
YUV73.55199.36109.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.48%
GREEN value IS 62 (24.61% from 255) = 20%
BLUE value IS 200 (78.52% from 255) = 64.52%
R=15.48%
G=20%
B=64.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal48622000.760.6900.22234.4761.2948.63
Hex303EC84C45016ea3d31
Octal60763101141050263527561
Binary110000111110110010001001100100010101011011101010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,62,200); }

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

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

 a { background-color: rgb(48,62,200); }

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

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

 span { border-color: rgb(48,62,200); }

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