Html Css Color HEX #342AA6 Blue Gem

📋 copy color: '#342AA6'

red 52 ◦ green 42 ◦ blue 166

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

Shades of Blue Gem #342AA6

Tints of Blue Gem #342AA6

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.15%

 BLUE value IS 166 (65.23% from 255) = 63.85%

R = 20%
G = 16.15%
B = 63.85%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#342AA6 (or 0x342AA6) is known color: Blue Gem. HEX triplet: 34, 2A and A6. RGB value is (52,42,166). Sum of RGB (Red+Green+Blue) = 52+42+166=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 42 (16.80% from 255 or 16.15% from 260); Blue value is 166 (65.23% from 255 or 63.85% from 260); Max value from RGB is 166 - color contains mainly: blue. Hex color #342AA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342AA6 is #CBD559. Grayscale: #3A3A3A. Windows color (decimal): -13358426 or 10889780. OLE color: 10889780.

HSL color Cylindrical-coordinate representation of color #342AA6: hue angle of 244.84º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #342AA6 is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 52 42 166 -
CMYK 0.69 0.75 0 0.35
HSL 244.84º 0.6% 0.41% -
HSV(B) 244.84º 0.75% 0.65% -
XYZ 9.13 5.14 36.59 -
YUV 59.13 188.31 122.92 -
System Red Green Blue C M Y K H S L
Decimal 52 42 166 0.69 0.75 0 0.35 244.84 0.6 0.41
Hex 34 2A A6 45 4B 0 23 F5 3C 29
Octal 64 52 246 105 113 0 43 365 74 51
Binary 110100 101010 10100110 1000101 1001011 0 100011 11110101 111100 101001

Color Harmonies of #342AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342AA6

Black with #342AA6

Text Example


Text Example

White with #342AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342AA6; }

 p { color: rgb(52,42,166); }

 H1.HeaderClassName
 {
   color: #342AA6;
 }
 .AnyTagClassName
 {
   color: #342AA6;
 }
</style>

background-color css

<style>
 a { background-color: #342AA6; }

 a { background-color: rgb(52,42,166); }

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

border-color css

<style>
 span { border-color: #342AA6; }

 span { border-color: rgb(52,42,166); }

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