Html Css Color HEX #341DAB Blue Gem

📋 copy color: '#341DAB'

red 52 ◦ green 29 ◦ blue 171

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

Shades of Blue Gem #341DAB

Tints of Blue Gem #341DAB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.51%

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

R = 20.63%
G = 11.51%
B = 67.86%

CMYK

 C value IS 0.70

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#341DAB (or 0x341DAB) is known color: Blue Gem. HEX triplet: 34, 1D and AB. RGB value is (52,29,171). Sum of RGB (Red+Green+Blue) = 52+29+171=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #341DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341DAB is #CBE254. Grayscale: #333333. Windows color (decimal): -13361749 or 11214132. OLE color: 11214132.

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

Color convert

RGB 52 29 171 -
CMYK 0.70 0.83 0 0.33
HSL 249.72º 0.71% 0.39% -
HSV(B) 249.72º 0.83% 0.67% -
XYZ 9.21 4.55 38.92 -
YUV 52.07 195.12 127.95 -
System Red Green Blue C M Y K H S L
Decimal 52 29 171 0.70 0.83 0 0.33 249.72 0.71 0.39
Hex 34 1D AB 46 53 0 21 FA 47 27
Octal 64 35 253 106 123 0 41 372 107 47
Binary 110100 11101 10101011 1000110 1010011 0 100001 11111010 1000111 100111

Color Harmonies of #341DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341DAB

Black with #341DAB

Text Example


Text Example

White with #341DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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