Html Css Color HEX #3A3EAC Persian Blue

📋 copy color: '#3A3EAC'

red 58 ◦ green 62 ◦ blue 172

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

Shades of Persian Blue #3A3EAC

Tints of Persian Blue #3A3EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.23%

 BLUE value IS 172 (67.58% from 255) = 58.9%

R = 19.86%
G = 21.23%
B = 58.9%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A3EAC (or 0x3A3EAC) is known color: Persian Blue. HEX triplet: 3A, 3E and AC. RGB value is (58,62,172). Sum of RGB (Red+Green+Blue) = 58+62+172=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 172 (67.58% from 255 or 58.90% from 292); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A3EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3EAC is #C5C153. Grayscale: #484848. Windows color (decimal): -12960084 or 11288122. OLE color: 11288122.

HSL color Cylindrical-coordinate representation of color #3A3EAC: hue angle of 237.89º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A3EAC is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 62 172 -
CMYK 0.66 0.64 0 0.33
HSL 237.89º 0.5% 0.45% -
HSV(B) 237.89º 0.66% 0.67% -
XYZ 10.91 7.32 39.87 -
YUV 73.34 183.67 117.06 -
System Red Green Blue C M Y K H S L
Decimal 58 62 172 0.66 0.64 0 0.33 237.89 0.5 0.45
Hex 3A 3E AC 42 40 0 21 EE 32 2D
Octal 72 76 254 102 100 0 41 356 62 55
Binary 111010 111110 10101100 1000010 1000000 0 100001 11101110 110010 101101

Color Harmonies of #3A3EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3EAC

Black with #3A3EAC

Text Example


Text Example

White with #3A3EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,62,172); }

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

background-color css

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

 a { background-color: rgb(58,62,172); }

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

border-color css

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

 span { border-color: rgb(58,62,172); }

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