Html Css Color HEX #3435BC Persian Blue

📋 copy color: '#3435BC'

red 52 ◦ green 53 ◦ blue 188

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

Shades of Persian Blue #3435BC

Tints of Persian Blue #3435BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 64.16%

R = 17.75%
G = 18.09%
B = 64.16%

CMYK

 C value IS 0.72

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3435BC (or 0x3435BC) is known color: Persian Blue. HEX triplet: 34, 35 and BC. RGB value is (52,53,188). Sum of RGB (Red+Green+Blue) = 52+53+188=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 188 (73.83% from 255 or 64.16% from 293); Max value from RGB is 188 - color contains mainly: blue. Hex color #3435BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3435BC is #CBCA43. Grayscale: #434343. Windows color (decimal): -13355588 or 12334388. OLE color: 12334388.

HSL color Cylindrical-coordinate representation of color #3435BC: hue angle of 239.56º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3435BC is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 53 188 -
CMYK 0.72 0.72 0 0.26
HSL 239.56º 0.57% 0.47% -
HSV(B) 239.56º 0.72% 0.74% -
XYZ 11.77 6.91 48.29 -
YUV 68.09 195.67 116.52 -
System Red Green Blue C M Y K H S L
Decimal 52 53 188 0.72 0.72 0 0.26 239.56 0.57 0.47
Hex 34 35 BC 48 48 0 1A F0 39 2F
Octal 64 65 274 110 110 0 32 360 71 57
Binary 110100 110101 10111100 1001000 1001000 0 11010 11110000 111001 101111

Color Harmonies of #3435BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3435BC

Black with #3435BC

Text Example


Text Example

White with #3435BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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