Html Css Color HEX #3435B9 Persian Blue

📋 copy color: '#3435B9'

red 52 ◦ green 53 ◦ blue 185

#3435B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #3435B9

Tints of Persian Blue #3435B9

RGB

 RED value IS 52 (20.7% from 255) = 17.93%

 GREEN value IS 53 (21.09% from 255) = 18.28%

 BLUE value IS 185 (72.66% from 255) = 63.79%

R = 17.93%
G = 18.28%
B = 63.79%

CMYK

 C value IS 0.72

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3435B9 (or 0x3435B9) is known color: Persian Blue. HEX triplet: 34, 35 and B9. RGB value is (52,53,185). Sum of RGB (Red+Green+Blue) = 52+53+185=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 185 (72.66% from 255 or 63.79% from 290); Max value from RGB is 185 - color contains mainly: blue. Hex color #3435B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3435B9 is #CBCA46. Grayscale: #434343. Windows color (decimal): -13355591 or 12137780. OLE color: 12137780.

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

Color convert

RGB 52 53 185 -
CMYK 0.72 0.71 0 0.27
HSL 239.55º 0.56% 0.46% -
HSV(B) 239.55º 0.72% 0.73% -
XYZ 11.45 6.78 46.6 -
YUV 67.75 194.17 116.77 -
System Red Green Blue C M Y K H S L
Decimal 52 53 185 0.72 0.71 0 0.27 239.55 0.56 0.46
Hex 34 35 B9 48 47 0 1B F0 38 2E
Octal 64 65 271 110 107 0 33 360 70 56
Binary 110100 110101 10111001 1001000 1000111 0 11011 11110000 111000 101110

Color Harmonies of #3435B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3435B9

Black with #3435B9

Text Example


Text Example

White with #3435B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3435B9;
 }
 .AnyTagClassName
 {
   color: #3435B9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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