Html Css Color HEX #3424C8 Persian Blue

📋 copy color: '#3424C8'

red 52 ◦ green 36 ◦ blue 200

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

Shades of Persian Blue #3424C8

Tints of Persian Blue #3424C8

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.5%

 BLUE value IS 200 (78.52% from 255) = 69.44%

R = 18.06%
G = 12.5%
B = 69.44%

CMYK

 C value IS 0.74

 M value IS 0.82

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3424C8 (or 0x3424C8) is known color: Persian Blue. HEX triplet: 34, 24 and C8. RGB value is (52,36,200). Sum of RGB (Red+Green+Blue) = 52+36+200=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 200 (78.52% from 255 or 69.44% from 288); Max value from RGB is 200 - color contains mainly: blue. Hex color #3424C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3424C8 is #CBDB37. Grayscale: #3A3A3A. Windows color (decimal): -13359928 or 13116468. OLE color: 13116468.

HSL color Cylindrical-coordinate representation of color #3424C8: hue angle of 245.85º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3424C8 is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 52 36 200 -
CMYK 0.74 0.82 0 0.22
HSL 245.85º 0.69% 0.46% -
HSV(B) 245.85º 0.82% 0.78% -
XYZ 12.47 6.16 55.18 -
YUV 59.48 207.3 122.66 -
System Red Green Blue C M Y K H S L
Decimal 52 36 200 0.74 0.82 0 0.22 245.85 0.69 0.46
Hex 34 24 C8 4A 52 0 16 F6 45 2E
Octal 64 44 310 112 122 0 26 366 105 56
Binary 110100 100100 11001000 1001010 1010010 0 10110 11110110 1000101 101110

Color Harmonies of #3424C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3424C8

Black with #3424C8

Text Example


Text Example

White with #3424C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3424C8; }

 p { color: rgb(52,36,200); }

 H1.HeaderClassName
 {
   color: #3424C8;
 }
 .AnyTagClassName
 {
   color: #3424C8;
 }
</style>

background-color css

<style>
 a { background-color: #3424C8; }

 a { background-color: rgb(52,36,200); }

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

border-color css

<style>
 span { border-color: #3424C8; }

 span { border-color: rgb(52,36,200); }

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