#301BBD

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

Shades of Persian Blue #301BBD

Tints of Persian Blue #301BBD

Color information

#301BBD (or 0x301BBD) is unknown color: approx Persian Blue. HEX triplet: 30, 1B and BD. RGB value is (48,27,189). Sum of RGB (Red+Green+Blue) = 48+27+189=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 27 (10.94% from 255 or 10.23% from 264); Blue value is 189 (74.22% from 255 or 71.59% from 264); Max value from RGB is 189 - color contains mainly: blue. Hex color #301BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301BBD is #CFE442. Grayscale: #333333. Windows color (decimal): -13624387 or 12393264. OLE color: 12393264.

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

Color convert

RGB4827189-
CMYK0.750.8600.26
HSL247.78º75%42.35%-
HSV(B)247.78º85.71%74.12%-
XYZ10.85.0948.56-
YUV51.75205.46125.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.18%
GREEN value IS 27 (10.94% from 255) = 10.23%
BLUE value IS 189 (74.22% from 255) = 71.59%
R=18.18%
G=10.23%
B=71.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal48271890.750.8600.26247.787542.35
Hex301BBD4B5601Af84b2a
Octal603327511312603237011352
Binary110000110111011110110010111010110011010111110001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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