#3427B3

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

Shades of Persian Blue #3427B3

Tints of Persian Blue #3427B3

Color information

#3427B3 (or 0x3427B3) is unknown color: approx Persian Blue. HEX triplet: 34, 27 and B3. RGB value is (52,39,179). Sum of RGB (Red+Green+Blue) = 52+39+179=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 179 (70.31% from 255 or 66.30% from 270); Max value from RGB is 179 - color contains mainly: blue. Hex color #3427B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3427B3 is #CBD84C. Grayscale: #3A3A3A. Windows color (decimal): -13359181 or 11740980. OLE color: 11740980.

HSL color Cylindrical-coordinate representation of color #3427B3: hue angle of 245.57º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3427B3 is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5239179-
CMYK0.710.7800.30
HSL245.57º64.22%42.75%-
HSV(B)245.57º78.21%70.2%-
XYZ10.285.4443.16-
YUV58.85195.81123.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.26%
GREEN value IS 39 (15.62% from 255) = 14.44%
BLUE value IS 179 (70.31% from 255) = 66.30%
R=19.26%
G=14.44%
B=66.30%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal52391790.710.7800.30245.5764.2242.75
Hex3427B3474E01Ef6402b
Octal644726310711603636610053
Binary1101001001111011001110001111001110011110111101101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3427B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3427B3; }

 p { color: rgb(52,39,179); }

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

<style>
 a { background-color: #3427B3; }

 a { background-color: rgb(52,39,179); }

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

<style>
 span { border-color: #3427B3; }

 span { border-color: rgb(52,39,179); }

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