Html Css Color HEX #341DA3 Blue Gem

📋 copy color: '#341DA3'

red 52 ◦ green 29 ◦ blue 163

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

Shades of Blue Gem #341DA3

Tints of Blue Gem #341DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 66.8%

R = 21.31%
G = 11.89%
B = 66.8%

CMYK

 C value IS 0.68

 M value IS 0.82

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#341DA3 (or 0x341DA3) is known color: Blue Gem. HEX triplet: 34, 1D and A3. RGB value is (52,29,163). Sum of RGB (Red+Green+Blue) = 52+29+163=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 163 (64.06% from 255 or 66.80% from 244); Max value from RGB is 163 - color contains mainly: blue. Hex color #341DA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341DA3 is #CBE25C. Grayscale: #323232. Windows color (decimal): -13361757 or 10689844. OLE color: 10689844.

HSL color Cylindrical-coordinate representation of color #341DA3: hue angle of 250.3º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #341DA3 is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 52 29 163 -
CMYK 0.68 0.82 0 0.36
HSL 250.3º 0.7% 0.38% -
HSV(B) 250.3º 0.82% 0.64% -
XYZ 8.47 4.25 35.03 -
YUV 51.15 191.12 128.6 -
System Red Green Blue C M Y K H S L
Decimal 52 29 163 0.68 0.82 0 0.36 250.3 0.7 0.38
Hex 34 1D A3 44 52 0 24 FA 46 26
Octal 64 35 243 104 122 0 44 372 106 46
Binary 110100 11101 10100011 1000100 1010010 0 100100 11111010 1000110 100110

Color Harmonies of #341DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341DA3

Black with #341DA3

Text Example


Text Example

White with #341DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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