#3038BF

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

Shades of Persian Blue #3038BF

Tints of Persian Blue #3038BF

Color information

#3038BF (or 0x3038BF) is unknown color: approx Persian Blue. HEX triplet: 30, 38 and BF. RGB value is (48,56,191). Sum of RGB (Red+Green+Blue) = 48+56+191=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 191 (75% from 255 or 64.75% from 295); Max value from RGB is 191 - color contains mainly: blue. Hex color #3038BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3038BF is #CFC740. Grayscale: #444444. Windows color (decimal): -13616961 or 12531760. OLE color: 12531760.

HSL color Cylindrical-coordinate representation of color #3038BF: hue angle of 236.64º 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 #3038BF is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4856191-
CMYK0.750.7100.25
HSL236.64º59.83%46.86%-
HSV(B)236.64º74.87%74.9%-
XYZ12.047.2250.05-
YUV69196.85113.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.27%
GREEN value IS 56 (22.27% from 255) = 18.98%
BLUE value IS 191 (75% from 255) = 64.75%
R=16.27%
G=18.98%
B=64.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48561910.750.7100.25236.6459.8346.86
Hex3038BF4B47019ed3c2f
Octal60702771131070313557457
Binary110000111000101111111001011100011101100111101101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3038BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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