#3012BB

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

Shades of Persian Blue #3012BB

Tints of Persian Blue #3012BB

Color information

#3012BB (or 0x3012BB) is unknown color: approx Persian Blue. HEX triplet: 30, 12 and BB. RGB value is (48,18,187). Sum of RGB (Red+Green+Blue) = 48+18+187=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 187 (73.44% from 255 or 73.91% from 253); Max value from RGB is 187 - color contains mainly: blue. Hex color #3012BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3012BB is #CFED44. Grayscale: #2D2D2D. Windows color (decimal): -13626693 or 12259888. OLE color: 12259888.

HSL color Cylindrical-coordinate representation of color #3012BB: hue angle of 250.65º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3012BB is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4818187-
CMYK0.740.9000.27
HSL250.65º82.44%40.2%-
HSV(B)250.65º90.37%73.33%-
XYZ10.44.6547.36-
YUV46.24207.44129.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.97%
GREEN value IS 18 (7.42% from 255) = 7.11%
BLUE value IS 187 (73.44% from 255) = 73.91%
R=18.97%
G=7.11%
B=73.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48181870.740.9000.27250.6582.4440.2
Hex3012BB4A5A01Bfb5228
Octal602227311213203337312250
Binary110000100101011101110010101011010011011111110111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3012BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3012BB; }

 p { color: rgb(48,18,187); }

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

<style>
 a { background-color: #3012BB; }

 a { background-color: rgb(48,18,187); }

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

<style>
 span { border-color: #3012BB; }

 span { border-color: rgb(48,18,187); }

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