Html Css Color HEX #3432BC Persian Blue

📋 copy color: '#3432BC'

red 52 ◦ green 50 ◦ blue 188

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

Shades of Persian Blue #3432BC

Tints of Persian Blue #3432BC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.24%

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

R = 17.93%
G = 17.24%
B = 64.83%

CMYK

 C value IS 0.72

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3432BC (or 0x3432BC) is known color: Persian Blue. HEX triplet: 34, 32 and BC. RGB value is (52,50,188). Sum of RGB (Red+Green+Blue) = 52+50+188=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 188 (73.83% from 255 or 64.83% from 290); Max value from RGB is 188 - color contains mainly: blue. Hex color #3432BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3432BC is #CBCD43. Grayscale: #414141. Windows color (decimal): -13356356 or 12333620. OLE color: 12333620.

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

Color convert

RGB 52 50 188 -
CMYK 0.72 0.73 0 0.26
HSL 240.87º 0.58% 0.47% -
HSV(B) 240.87º 0.73% 0.74% -
XYZ 11.63 6.64 48.25 -
YUV 66.33 196.66 117.78 -
System Red Green Blue C M Y K H S L
Decimal 52 50 188 0.72 0.73 0 0.26 240.87 0.58 0.47
Hex 34 32 BC 48 49 0 1A F1 3A 2F
Octal 64 62 274 110 111 0 32 361 72 57
Binary 110100 110010 10111100 1001000 1001001 0 11010 11110001 111010 101111

Color Harmonies of #3432BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3432BC

Black with #3432BC

Text Example


Text Example

White with #3432BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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