#3021BE

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

Shades of Persian Blue #3021BE

Tints of Persian Blue #3021BE

Color information

#3021BE (or 0x3021BE) is unknown color: approx Persian Blue. HEX triplet: 30, 21 and BE. RGB value is (48,33,190). Sum of RGB (Red+Green+Blue) = 48+33+190=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 190 (74.61% from 255 or 70.11% from 271); Max value from RGB is 190 - color contains mainly: blue. Hex color #3021BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3021BE is #CFDE41. Grayscale: #363636. Windows color (decimal): -13622850 or 12460336. OLE color: 12460336.

HSL color Cylindrical-coordinate representation of color #3021BE: hue angle of 245.73º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3021BE is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4833190-
CMYK0.750.8300.25
HSL245.73º70.4%43.73%-
HSV(B)245.73º82.63%74.51%-
XYZ11.065.4349.18-
YUV55.38203.97122.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.71%
GREEN value IS 33 (13.28% from 255) = 12.18%
BLUE value IS 190 (74.61% from 255) = 70.11%
R=17.71%
G=12.18%
B=70.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48331900.750.8300.25245.7370.443.73
Hex3021BE4B53019f6462c
Octal604127611312303136610654
Binary1100001000011011111010010111010011011001111101101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3021BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3021BE; }

 p { color: rgb(48,33,190); }

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

<style>
 a { background-color: #3021BE; }

 a { background-color: rgb(48,33,190); }

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

<style>
 span { border-color: #3021BE; }

 span { border-color: rgb(48,33,190); }

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