Html Css Color HEX #3A2ACC Persian Blue

📋 copy color: '#3A2ACC'

red 58 ◦ green 42 ◦ blue 204

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

Shades of Persian Blue #3A2ACC

Tints of Persian Blue #3A2ACC

RGB

 RED value IS 58 (23.05% from 255) = 19.08%

 GREEN value IS 42 (16.8% from 255) = 13.82%

 BLUE value IS 204 (80.08% from 255) = 67.11%

R = 19.08%
G = 13.82%
B = 67.11%

CMYK

 C value IS 0.72

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3A2ACC (or 0x3A2ACC) is known color: Persian Blue. HEX triplet: 3A, 2A and CC. RGB value is (58,42,204). Sum of RGB (Red+Green+Blue) = 58+42+204=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 204 (80.08% from 255 or 67.11% from 304); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A2ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2ACC is #C5D533. Grayscale: #404040. Windows color (decimal): -12965172 or 13380154. OLE color: 13380154.

HSL color Cylindrical-coordinate representation of color #3A2ACC: hue angle of 245.93º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A2ACC is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 58 42 204 -
CMYK 0.72 0.79 0 0.2
HSL 245.93º 0.66% 0.48% -
HSV(B) 245.93º 0.79% 0.8% -
XYZ 13.47 6.92 57.75 -
YUV 65.25 206.3 122.83 -
System Red Green Blue C M Y K H S L
Decimal 58 42 204 0.72 0.79 0 0.2 245.93 0.66 0.48
Hex 3A 2A CC 48 4F 0 14 F6 42 30
Octal 72 52 314 110 117 0 24 366 102 60
Binary 111010 101010 11001100 1001000 1001111 0 10100 11110110 1000010 110000

Color Harmonies of #3A2ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2ACC

Black with #3A2ACC

Text Example


Text Example

White with #3A2ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A2ACC; }

 p { color: rgb(58,42,204); }

 H1.HeaderClassName
 {
   color: #3A2ACC;
 }
 .AnyTagClassName
 {
   color: #3A2ACC;
 }
</style>

background-color css

<style>
 a { background-color: #3A2ACC; }

 a { background-color: rgb(58,42,204); }

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

border-color css

<style>
 span { border-color: #3A2ACC; }

 span { border-color: rgb(58,42,204); }

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