Html Css Color HEX #341EAB Blue Gem

📋 copy color: '#341EAB'

red 52 ◦ green 30 ◦ blue 171

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

Shades of Blue Gem #341EAB

Tints of Blue Gem #341EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 67.59%

R = 20.55%
G = 11.86%
B = 67.59%

CMYK

 C value IS 0.70

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#341EAB (or 0x341EAB) is known color: Blue Gem. HEX triplet: 34, 1E and AB. RGB value is (52,30,171). Sum of RGB (Red+Green+Blue) = 52+30+171=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 171 (67.19% from 255 or 67.59% from 253); Max value from RGB is 171 - color contains mainly: blue. Hex color #341EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341EAB is #CBE154. Grayscale: #343434. Windows color (decimal): -13361493 or 11214388. OLE color: 11214388.

HSL color Cylindrical-coordinate representation of color #341EAB: hue angle of 249.36º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #341EAB is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 30 171 -
CMYK 0.70 0.82 0 0.33
HSL 249.36º 0.7% 0.39% -
HSV(B) 249.36º 0.82% 0.67% -
XYZ 9.23 4.6 38.93 -
YUV 52.65 194.79 127.54 -
System Red Green Blue C M Y K H S L
Decimal 52 30 171 0.70 0.82 0 0.33 249.36 0.7 0.39
Hex 34 1E AB 46 52 0 21 F9 46 27
Octal 64 36 253 106 122 0 41 371 106 47
Binary 110100 11110 10101011 1000110 1010010 0 100001 11111001 1000110 100111

Color Harmonies of #341EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341EAB

Black with #341EAB

Text Example


Text Example

White with #341EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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