Html Css Color HEX #3A34BE Persian Blue

📋 copy color: '#3A34BE'

red 58 ◦ green 52 ◦ blue 190

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

Shades of Persian Blue #3A34BE

Tints of Persian Blue #3A34BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.33%

R = 19.33%
G = 17.33%
B = 63.33%

CMYK

 C value IS 0.69

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3A34BE (or 0x3A34BE) is known color: Persian Blue. HEX triplet: 3A, 34 and BE. RGB value is (58,52,190). Sum of RGB (Red+Green+Blue) = 58+52+190=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 190 (74.61% from 255 or 63.33% from 300); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A34BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A34BE is #C5CB41. Grayscale: #444444. Windows color (decimal): -12962626 or 12465210. OLE color: 12465210.

HSL color Cylindrical-coordinate representation of color #3A34BE: hue angle of 242.61º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A34BE is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 52 190 -
CMYK 0.69 0.73 0 0.25
HSL 242.61º 0.57% 0.47% -
HSV(B) 242.61º 0.73% 0.75% -
XYZ 12.27 7.07 49.43 -
YUV 69.53 195.99 119.78 -
System Red Green Blue C M Y K H S L
Decimal 58 52 190 0.69 0.73 0 0.25 242.61 0.57 0.47
Hex 3A 34 BE 45 49 0 19 F3 39 2F
Octal 72 64 276 105 111 0 31 363 71 57
Binary 111010 110100 10111110 1000101 1001001 0 11001 11110011 111001 101111

Color Harmonies of #3A34BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A34BE

Black with #3A34BE

Text Example


Text Example

White with #3A34BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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