#3435CA

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

Shades of Persian Blue #3435CA

Tints of Persian Blue #3435CA

Color information

#3435CA (or 0x3435CA) is unknown color: approx Persian Blue. HEX triplet: 34, 35 and CA. RGB value is (52,53,202). Sum of RGB (Red+Green+Blue) = 52+53+202=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 202 (79.30% from 255 or 65.80% from 307); Max value from RGB is 202 - color contains mainly: blue. Hex color #3435CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3435CA is #CBCA35. Grayscale: #454545. Windows color (decimal): -13355574 or 13251892. OLE color: 13251892.

HSL color Cylindrical-coordinate representation of color #3435CA: hue angle of 239.6º 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 #3435CA is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5253202-
CMYK0.740.7400.21
HSL239.6º59.06%49.8%-
HSV(B)239.6º74.26%79.22%-
XYZ13.357.5456.63-
YUV69.69202.67115.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.94%
GREEN value IS 53 (21.09% from 255) = 17.26%
BLUE value IS 202 (79.30% from 255) = 65.80%
R=16.94%
G=17.26%
B=65.80%

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
Decimal52532020.740.7400.21239.659.0649.8
Hex3435CA4A4A015f03b32
Octal64653121121120253607362
Binary110100110101110010101001010100101001010111110000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3435CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3435CA; }

 p { color: rgb(52,53,202); }

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

<style>
 a { background-color: #3435CA; }

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

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

<style>
 span { border-color: #3435CA; }

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

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