#3016CC

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

Shades of Persian Blue #3016CC

Tints of Persian Blue #3016CC

Color information

#3016CC (or 0x3016CC) is unknown color: approx Persian Blue. HEX triplet: 30, 16 and CC. RGB value is (48,22,204). Sum of RGB (Red+Green+Blue) = 48+22+204=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 204 (80.08% from 255 or 74.45% from 274); Max value from RGB is 204 - color contains mainly: blue. Hex color #3016CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3016CC is #CFE933. Grayscale: #313131. Windows color (decimal): -13625652 or 13375024. OLE color: 13375024.

HSL color Cylindrical-coordinate representation of color #3016CC: hue angle of 248.57º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3016CC is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB4822204-
CMYK0.760.8900.2
HSL248.57º80.53%44.31%-
HSV(B)248.57º89.22%80%-
XYZ12.45.5657.55-
YUV50.52214.61126.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.52%
GREEN value IS 22 (8.98% from 255) = 8.03%
BLUE value IS 204 (80.08% from 255) = 74.45%
R=17.52%
G=8.03%
B=74.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal48222040.760.8900.2248.5780.5344.31
Hex3016CC4C59014f9512c
Octal602631411413102437112154
Binary110000101101100110010011001011001010100111110011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3016CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3016CC; }

 p { color: rgb(48,22,204); }

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

<style>
 a { background-color: #3016CC; }

 a { background-color: rgb(48,22,204); }

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

<style>
 span { border-color: #3016CC; }

 span { border-color: rgb(48,22,204); }

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