#3036BF

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

Shades of Persian Blue #3036BF

Tints of Persian Blue #3036BF

Color information

#3036BF (or 0x3036BF) is unknown color: approx Persian Blue. HEX triplet: 30, 36 and BF. RGB value is (48,54,191). Sum of RGB (Red+Green+Blue) = 48+54+191=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 191 (75% from 255 or 65.19% from 293); Max value from RGB is 191 - color contains mainly: blue. Hex color #3036BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3036BF is #CFC940. Grayscale: #434343. Windows color (decimal): -13617473 or 12531248. OLE color: 12531248.

HSL color Cylindrical-coordinate representation of color #3036BF: hue angle of 237.48º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3036BF is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4854191-
CMYK0.750.7200.25
HSL237.48º59.83%46.86%-
HSV(B)237.48º74.87%74.9%-
XYZ11.947.0350.02-
YUV67.82197.51113.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.38%
GREEN value IS 54 (21.48% from 255) = 18.43%
BLUE value IS 191 (75% from 255) = 65.19%
R=16.38%
G=18.43%
B=65.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48541910.750.7200.25237.4859.8346.86
Hex3036BF4B48019ed3c2f
Octal60662771131100313557457
Binary110000110110101111111001011100100001100111101101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3036BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3036BF; }

 p { color: rgb(48,54,191); }

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

<style>
 a { background-color: #3036BF; }

 a { background-color: rgb(48,54,191); }

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

<style>
 span { border-color: #3036BF; }

 span { border-color: rgb(48,54,191); }

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