#3034BB

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

Shades of Persian Blue #3034BB

Tints of Persian Blue #3034BB

Color information

#3034BB (or 0x3034BB) is unknown color: approx Persian Blue. HEX triplet: 30, 34 and BB. RGB value is (48,52,187). Sum of RGB (Red+Green+Blue) = 48+52+187=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 187 (73.44% from 255 or 65.16% from 287); Max value from RGB is 187 - color contains mainly: blue. Hex color #3034BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3034BB is #CFCB44. Grayscale: #414141. Windows color (decimal): -13617989 or 12268592. OLE color: 12268592.

HSL color Cylindrical-coordinate representation of color #3034BB: hue angle of 238.27º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3034BB is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4852187-
CMYK0.740.7200.27
HSL238.27º59.15%46.08%-
HSV(B)238.27º74.33%73.33%-
XYZ11.426.6747.7-
YUV66.19196.17115.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.72%
GREEN value IS 52 (20.70% from 255) = 18.12%
BLUE value IS 187 (73.44% from 255) = 65.16%
R=16.72%
G=18.12%
B=65.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48521870.740.7200.27238.2759.1546.08
Hex3034BB4A4801Bee3b2e
Octal60642731121100333567356
Binary110000110100101110111001010100100001101111101110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3034BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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