#3022C2

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

Shades of Persian Blue #3022C2

Tints of Persian Blue #3022C2

Color information

#3022C2 (or 0x3022C2) is unknown color: approx Persian Blue. HEX triplet: 30, 22 and C2. RGB value is (48,34,194). Sum of RGB (Red+Green+Blue) = 48+34+194=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 194 (76.17% from 255 or 70.29% from 276); Max value from RGB is 194 - color contains mainly: blue. Hex color #3022C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3022C2 is #CFDD3D. Grayscale: #373737. Windows color (decimal): -13622590 or 12722736. OLE color: 12722736.

HSL color Cylindrical-coordinate representation of color #3022C2: hue angle of 245.25º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3022C2 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4834194-
CMYK0.750.8200.24
HSL245.25º70.18%44.71%-
HSV(B)245.25º82.47%76.08%-
XYZ11.535.6751.53-
YUV56.43205.64121.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.39%
GREEN value IS 34 (13.67% from 255) = 12.32%
BLUE value IS 194 (76.17% from 255) = 70.29%
R=17.39%
G=12.32%
B=70.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal48341940.750.8200.24245.2570.1844.71
Hex3022C24B52018f5462d
Octal604230211312203036510655
Binary1100001000101100001010010111010010011000111101011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3022C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3022C2; }

 p { color: rgb(48,34,194); }

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

<style>
 a { background-color: #3022C2; }

 a { background-color: rgb(48,34,194); }

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

<style>
 span { border-color: #3022C2; }

 span { border-color: rgb(48,34,194); }

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