Html Css Color HEX #3A34B5 Persian Blue

📋 copy color: '#3A34B5'

red 58 ◦ green 52 ◦ blue 181

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

Shades of Persian Blue #3A34B5

Tints of Persian Blue #3A34B5

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.87%

 BLUE value IS 181 (71.09% from 255) = 62.2%

R = 19.93%
G = 17.87%
B = 62.2%

CMYK

 C value IS 0.68

 M value IS 0.71

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3A34B5 (or 0x3A34B5) is known color: Persian Blue. HEX triplet: 3A, 34 and B5. RGB value is (58,52,181). Sum of RGB (Red+Green+Blue) = 58+52+181=291 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.93% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 181 (71.09% from 255 or 62.20% from 291); Max value from RGB is 181 - color contains mainly: blue. Hex color #3A34B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A34B5 is #C5CB4A. Grayscale: #434343. Windows color (decimal): -12962635 or 11875386. OLE color: 11875386.

HSL color Cylindrical-coordinate representation of color #3A34B5: hue angle of 242.79º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A34B5 is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 58 52 181 -
CMYK 0.68 0.71 0 0.29
HSL 242.79º 0.55% 0.46% -
HSV(B) 242.79º 0.71% 0.71% -
XYZ 11.31 6.69 44.41 -
YUV 68.5 191.49 120.51 -
System Red Green Blue C M Y K H S L
Decimal 58 52 181 0.68 0.71 0 0.29 242.79 0.55 0.46
Hex 3A 34 B5 44 47 0 1D F3 37 2E
Octal 72 64 265 104 107 0 35 363 67 56
Binary 111010 110100 10110101 1000100 1000111 0 11101 11110011 110111 101110

Color Harmonies of #3A34B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A34B5

Black with #3A34B5

Text Example


Text Example

White with #3A34B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,52,181); }

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

background-color css

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

 a { background-color: rgb(58,52,181); }

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

border-color css

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

 span { border-color: rgb(58,52,181); }

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