Html Css Color HEX #3424CA Persian Blue

📋 copy color: '#3424CA'

red 52 ◦ green 36 ◦ blue 202

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

Shades of Persian Blue #3424CA

Tints of Persian Blue #3424CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 69.66%

R = 17.93%
G = 12.41%
B = 69.66%

CMYK

 C value IS 0.74

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3424CA (or 0x3424CA) is known color: Persian Blue. HEX triplet: 34, 24 and CA. RGB value is (52,36,202). Sum of RGB (Red+Green+Blue) = 52+36+202=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 202 (79.30% from 255 or 69.66% from 290); Max value from RGB is 202 - color contains mainly: blue. Hex color #3424CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3424CA is #CBDB35. Grayscale: #3B3B3B. Windows color (decimal): -13359926 or 13247540. OLE color: 13247540.

HSL color Cylindrical-coordinate representation of color #3424CA: hue angle of 245.78º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3424CA is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 52 36 202 -
CMYK 0.74 0.82 0 0.21
HSL 245.78º 0.7% 0.47% -
HSV(B) 245.78º 0.82% 0.79% -
XYZ 12.71 6.26 56.41 -
YUV 59.71 208.3 122.5 -
System Red Green Blue C M Y K H S L
Decimal 52 36 202 0.74 0.82 0 0.21 245.78 0.7 0.47
Hex 34 24 CA 4A 52 0 15 F6 46 2F
Octal 64 44 312 112 122 0 25 366 106 57
Binary 110100 100100 11001010 1001010 1010010 0 10101 11110110 1000110 101111

Color Harmonies of #3424CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3424CA

Black with #3424CA

Text Example


Text Example

White with #3424CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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