#3038D1

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

Shades of Persian Blue #3038D1

Tints of Persian Blue #3038D1

Color information

#3038D1 (or 0x3038D1) is unknown color: approx Persian Blue. HEX triplet: 30, 38 and D1. RGB value is (48,56,209). Sum of RGB (Red+Green+Blue) = 48+56+209=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 209 (82.03% from 255 or 66.77% from 313); Max value from RGB is 209 - color contains mainly: blue. Hex color #3038D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3038D1 is #CFC72E. Grayscale: #464646. Windows color (decimal): -13616943 or 13711408. OLE color: 13711408.

HSL color Cylindrical-coordinate representation of color #3038D1: hue angle of 237.02º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3038D1 is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4856209-
CMYK0.770.7300.18
HSL237.02º63.64%50.39%-
HSV(B)237.02º77.03%81.96%-
XYZ14.148.0661.13-
YUV71.05205.85111.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.34%
GREEN value IS 56 (22.27% from 255) = 17.89%
BLUE value IS 209 (82.03% from 255) = 66.77%
R=15.34%
G=17.89%
B=66.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal48562090.770.7300.18237.0263.6450.39
Hex3038D14D49012ed4032
Octal607032111511102235510062
Binary1100001110001101000110011011001001010010111011011000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3038D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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