Html Css Color HEX #3432C0 Persian Blue

📋 copy color: '#3432C0'

red 52 ◦ green 50 ◦ blue 192

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

Shades of Persian Blue #3432C0

Tints of Persian Blue #3432C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 65.31%

R = 17.69%
G = 17.01%
B = 65.31%

CMYK

 C value IS 0.73

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3432C0 (or 0x3432C0) is known color: Persian Blue. HEX triplet: 34, 32 and C0. RGB value is (52,50,192). Sum of RGB (Red+Green+Blue) = 52+50+192=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 192 (75.39% from 255 or 65.31% from 294); Max value from RGB is 192 - color contains mainly: blue. Hex color #3432C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3432C0 is #CBCD3F. Grayscale: #424242. Windows color (decimal): -13356352 or 12595764. OLE color: 12595764.

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

Color convert

RGB 52 50 192 -
CMYK 0.73 0.74 0 0.25
HSL 240.85º 0.59% 0.47% -
HSV(B) 240.85º 0.74% 0.75% -
XYZ 12.07 6.82 50.55 -
YUV 66.79 198.66 117.45 -
System Red Green Blue C M Y K H S L
Decimal 52 50 192 0.73 0.74 0 0.25 240.85 0.59 0.47
Hex 34 32 C0 49 4A 0 19 F1 3B 2F
Octal 64 62 300 111 112 0 31 361 73 57
Binary 110100 110010 11000000 1001001 1001010 0 11001 11110001 111011 101111

Color Harmonies of #3432C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3432C0

Black with #3432C0

Text Example


Text Example

White with #3432C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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