Html Css Color HEX #341EC4 Persian Blue

📋 copy color: '#341EC4'

red 52 ◦ green 30 ◦ blue 196

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

Shades of Persian Blue #341EC4

Tints of Persian Blue #341EC4

RGB

 RED value IS 52 (20.7% from 255) = 18.71%

 GREEN value IS 30 (12.11% from 255) = 10.79%

 BLUE value IS 196 (76.95% from 255) = 70.5%

R = 18.71%
G = 10.79%
B = 70.5%

CMYK

 C value IS 0.73

 M value IS 0.85

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#341EC4 (or 0x341EC4) is known color: Persian Blue. HEX triplet: 34, 1E and C4. RGB value is (52,30,196). Sum of RGB (Red+Green+Blue) = 52+30+196=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 196 (76.95% from 255 or 70.50% from 278); Max value from RGB is 196 - color contains mainly: blue. Hex color #341EC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341EC4 is #CBE13B. Grayscale: #363636. Windows color (decimal): -13361468 or 12852788. OLE color: 12852788.

HSL color Cylindrical-coordinate representation of color #341EC4: hue angle of 247.95º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #341EC4 is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 52 30 196 -
CMYK 0.73 0.85 0 0.23
HSL 247.95º 0.73% 0.44% -
HSV(B) 247.95º 0.85% 0.77% -
XYZ 11.84 5.64 52.69 -
YUV 55.5 207.29 125.5 -
System Red Green Blue C M Y K H S L
Decimal 52 30 196 0.73 0.85 0 0.23 247.95 0.73 0.44
Hex 34 1E C4 49 55 0 17 F8 49 2C
Octal 64 36 304 111 125 0 27 370 111 54
Binary 110100 11110 11000100 1001001 1010101 0 10111 11111000 1001001 101100

Color Harmonies of #341EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341EC4

Black with #341EC4

Text Example


Text Example

White with #341EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341EC4; }

 p { color: rgb(52,30,196); }

 H1.HeaderClassName
 {
   color: #341EC4;
 }
 .AnyTagClassName
 {
   color: #341EC4;
 }
</style>

background-color css

<style>
 a { background-color: #341EC4; }

 a { background-color: rgb(52,30,196); }

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

border-color css

<style>
 span { border-color: #341EC4; }

 span { border-color: rgb(52,30,196); }

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