#3434C9

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

Shades of Persian Blue #3434C9

Tints of Persian Blue #3434C9

Color information

#3434C9 (or 0x3434C9) is unknown color: approx Persian Blue. HEX triplet: 34, 34 and C9. RGB value is (52,52,201). Sum of RGB (Red+Green+Blue) = 52+52+201=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 201 (78.91% from 255 or 65.90% from 305); Max value from RGB is 201 - color contains mainly: blue. Hex color #3434C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3434C9 is #CBCB36. Grayscale: #444444. Windows color (decimal): -13355831 or 13186100. OLE color: 13186100.

HSL color Cylindrical-coordinate representation of color #3434C9: hue angle of 240º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3434C9 is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5252201-
CMYK0.740.7400.21
HSL240º58.89%49.61%-
HSV(B)240º74.13%78.82%-
XYZ13.197.455.99-
YUV68.99202.5115.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.05%
GREEN value IS 52 (20.70% from 255) = 17.05%
BLUE value IS 201 (78.91% from 255) = 65.90%
R=17.05%
G=17.05%
B=65.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal52522010.740.7400.2124058.8949.61
Hex3434C94A4A015f03b32
Octal64643111121120253607362
Binary110100110100110010011001010100101001010111110000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3434C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3434C9; }

 p { color: rgb(52,52,201); }

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

<style>
 a { background-color: #3434C9; }

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

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

<style>
 span { border-color: #3434C9; }

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

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