#3424B9

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

Shades of Persian Blue #3424B9

Tints of Persian Blue #3424B9

Color information

#3424B9 (or 0x3424B9) is unknown color: approx Persian Blue. HEX triplet: 34, 24 and B9. RGB value is (52,36,185). Sum of RGB (Red+Green+Blue) = 52+36+185=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 185 (72.66% from 255 or 67.77% from 273); Max value from RGB is 185 - color contains mainly: blue. Hex color #3424B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3424B9 is #CBDB46. Grayscale: #393939. Windows color (decimal): -13359943 or 12133428. OLE color: 12133428.

HSL color Cylindrical-coordinate representation of color #3424B9: hue angle of 246.44º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3424B9 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5236185-
CMYK0.720.8100.27
HSL246.44º67.42%43.33%-
HSV(B)246.44º80.54%72.55%-
XYZ10.85.4946.39-
YUV57.77199.8123.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.05%
GREEN value IS 36 (14.45% from 255) = 13.19%
BLUE value IS 185 (72.66% from 255) = 67.77%
R=19.05%
G=13.19%
B=67.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52361850.720.8100.27246.4467.4243.33
Hex3424B9485101Bf6432b
Octal644427111012103336610353
Binary1101001001001011100110010001010001011011111101101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3424B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3424B9; }

 p { color: rgb(52,36,185); }

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

<style>
 a { background-color: #3424B9; }

 a { background-color: rgb(52,36,185); }

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

<style>
 span { border-color: #3424B9; }

 span { border-color: rgb(52,36,185); }

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