Html Css Color HEX #3A2BCE Persian Blue

📋 copy color: '#3A2BCE'

red 58 ◦ green 43 ◦ blue 206

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

Shades of Persian Blue #3A2BCE

Tints of Persian Blue #3A2BCE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.01%

 BLUE value IS 206 (80.86% from 255) = 67.1%

R = 18.89%
G = 14.01%
B = 67.1%

CMYK

 C value IS 0.72

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3A2BCE (or 0x3A2BCE) is known color: Persian Blue. HEX triplet: 3A, 2B and CE. RGB value is (58,43,206). Sum of RGB (Red+Green+Blue) = 58+43+206=307 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.89% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A2BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2BCE is #C5D431. Grayscale: #414141. Windows color (decimal): -12964914 or 13511482. OLE color: 13511482.

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

Color convert

RGB 58 43 206 -
CMYK 0.72 0.79 0 0.19
HSL 245.52º 0.65% 0.49% -
HSV(B) 245.52º 0.79% 0.81% -
XYZ 13.75 7.08 59.04 -
YUV 66.07 206.97 122.25 -
System Red Green Blue C M Y K H S L
Decimal 58 43 206 0.72 0.79 0 0.19 245.52 0.65 0.49
Hex 3A 2B CE 48 4F 0 13 F6 41 31
Octal 72 53 316 110 117 0 23 366 101 61
Binary 111010 101011 11001110 1001000 1001111 0 10011 11110110 1000001 110001

Color Harmonies of #3A2BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2BCE

Black with #3A2BCE

Text Example


Text Example

White with #3A2BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,43,206); }

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

background-color css

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

 a { background-color: rgb(58,43,206); }

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

border-color css

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

 span { border-color: rgb(58,43,206); }

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