Html Css Color HEX #3A2ECF Persian Blue

📋 copy color: '#3A2ECF'

red 58 ◦ green 46 ◦ blue 207

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

Shades of Persian Blue #3A2ECF

Tints of Persian Blue #3A2ECF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.79%

 BLUE value IS 207 (81.25% from 255) = 66.56%

R = 18.65%
G = 14.79%
B = 66.56%

CMYK

 C value IS 0.72

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3A2ECF (or 0x3A2ECF) is known color: Persian Blue. HEX triplet: 3A, 2E and CF. RGB value is (58,46,207). Sum of RGB (Red+Green+Blue) = 58+46+207=311 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.65% from 311); Green value is 46 (18.36% from 255 or 14.79% from 311); Blue value is 207 (81.25% from 255 or 66.56% from 311); Max value from RGB is 207 - color contains mainly: blue. Hex color #3A2ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2ECF is #C5D130. Grayscale: #434343. Windows color (decimal): -12964145 or 13577786. OLE color: 13577786.

HSL color Cylindrical-coordinate representation of color #3A2ECF: hue angle of 244.47º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A2ECF is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 46 207 -
CMYK 0.72 0.78 0 0.19
HSL 244.47º 0.64% 0.5% -
HSV(B) 244.47º 0.78% 0.81% -
XYZ 13.98 7.36 59.71 -
YUV 67.94 206.48 120.91 -
System Red Green Blue C M Y K H S L
Decimal 58 46 207 0.72 0.78 0 0.19 244.47 0.64 0.5
Hex 3A 2E CF 48 4E 0 13 F4 40 32
Octal 72 56 317 110 116 0 23 364 100 62
Binary 111010 101110 11001111 1001000 1001110 0 10011 11110100 1000000 110010

Color Harmonies of #3A2ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2ECF

Black with #3A2ECF

Text Example


Text Example

White with #3A2ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,46,207); }

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

background-color css

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

 a { background-color: rgb(58,46,207); }

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

border-color css

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

 span { border-color: rgb(58,46,207); }

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