#3424be

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

Shades of Persian Blue #3424BE

Tints of Persian Blue #3424BE

Color information

#3424BE (or 0x3424BE) is unknown color: approx Persian Blue. HEX triplet: 34, 24 and BE. RGB value is (52,36,190). Sum of RGB (Red+Green+Blue) = 52+36+190=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 190 (74.61% from 255 or 68.35% from 278); Max value from RGB is 190 - color contains mainly: blue. Hex color #3424BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3424BE is #CBDB41. Grayscale: #393939. Windows color (decimal): -13359938 or 12461108. OLE color: 12461108.

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

Color convert

RGB5236190-
CMYK0.730.8100.25
HSL246.23º68.14%44.31%-
HSV(B)246.23º81.05%74.51%-
XYZ11.345.7149.22-
YUV58.34202.3123.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.71%
GREEN value IS 36 (14.45% from 255) = 12.95%
BLUE value IS 190 (74.61% from 255) = 68.35%
R=18.71%
G=12.95%
B=68.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52361900.730.8100.25246.2368.1444.31
Hex3424BE4951019f6442c
Octal644427611112103136610454
Binary1101001001001011111010010011010001011001111101101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3424be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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