#3038AB

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

Shades of Persian Blue #3038AB

Tints of Persian Blue #3038AB

Color information

#3038AB (or 0x3038AB) is unknown color: approx Persian Blue. HEX triplet: 30, 38 and AB. RGB value is (48,56,171). Sum of RGB (Red+Green+Blue) = 48+56+171=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #3038AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3038AB is #CFC754. Grayscale: #424242. Windows color (decimal): -13616981 or 11221040. OLE color: 11221040.

HSL color Cylindrical-coordinate representation of color #3038AB: hue angle of 236.1º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3038AB is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4856171-
CMYK0.720.6700.33
HSL236.1º56.16%42.94%-
HSV(B)236.1º71.93%67.06%-
XYZ9.986.439.24-
YUV66.72186.85114.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.45%
GREEN value IS 56 (22.27% from 255) = 20.36%
BLUE value IS 171 (67.19% from 255) = 62.18%
R=17.45%
G=20.36%
B=62.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48561710.720.6700.33236.156.1642.94
Hex3038AB4843021ec382b
Octal60702531101030413547053
Binary1100001110001010101110010001000011010000111101100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3038AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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