#301EBD

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

Shades of Persian Blue #301EBD

Tints of Persian Blue #301EBD

Color information

#301EBD (or 0x301EBD) is unknown color: approx Persian Blue. HEX triplet: 30, 1E and BD. RGB value is (48,30,189). Sum of RGB (Red+Green+Blue) = 48+30+189=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 189 (74.22% from 255 or 70.79% from 267); Max value from RGB is 189 - color contains mainly: blue. Hex color #301EBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301EBD is #CFE142. Grayscale: #343434. Windows color (decimal): -13623619 or 12394032. OLE color: 12394032.

HSL color Cylindrical-coordinate representation of color #301EBD: hue angle of 246.79º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #301EBD is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4830189-
CMYK0.750.8400.26
HSL246.79º72.6%42.94%-
HSV(B)246.79º84.13%74.12%-
XYZ10.875.2348.58-
YUV53.51204.46124.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.98%
GREEN value IS 30 (12.11% from 255) = 11.24%
BLUE value IS 189 (74.22% from 255) = 70.79%
R=17.98%
G=11.24%
B=70.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal48301890.750.8400.26246.7972.642.94
Hex301EBD4B5401Af7492b
Octal603627511312403236711153
Binary110000111101011110110010111010100011010111101111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301EBD; }

 p { color: rgb(48,30,189); }

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

<style>
 a { background-color: #301EBD; }

 a { background-color: rgb(48,30,189); }

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

<style>
 span { border-color: #301EBD; }

 span { border-color: rgb(48,30,189); }

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