Html Css Color HEX #341EA8 Blue Gem

📋 copy color: '#341EA8'

red 52 ◦ green 30 ◦ blue 168

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

Shades of Blue Gem #341EA8

Tints of Blue Gem #341EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 67.2%

R = 20.8%
G = 12%
B = 67.2%

CMYK

 C value IS 0.69

 M value IS 0.82

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#341EA8 (or 0x341EA8) is known color: Blue Gem. HEX triplet: 34, 1E and A8. RGB value is (52,30,168). Sum of RGB (Red+Green+Blue) = 52+30+168=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 168 (66.02% from 255 or 67.2% from 250); Max value from RGB is 168 - color contains mainly: blue. Hex color #341EA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341EA8 is #CBE157. Grayscale: #333333. Windows color (decimal): -13361496 or 11017780. OLE color: 11017780.

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

Color convert

RGB 52 30 168 -
CMYK 0.69 0.82 0 0.34
HSL 249.57º 0.7% 0.39% -
HSV(B) 249.57º 0.82% 0.66% -
XYZ 8.95 4.49 37.44 -
YUV 52.31 193.29 127.78 -
System Red Green Blue C M Y K H S L
Decimal 52 30 168 0.69 0.82 0 0.34 249.57 0.7 0.39
Hex 34 1E A8 45 52 0 22 FA 46 27
Octal 64 36 250 105 122 0 42 372 106 47
Binary 110100 11110 10101000 1000101 1010010 0 100010 11111010 1000110 100111

Color Harmonies of #341EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341EA8

Black with #341EA8

Text Example


Text Example

White with #341EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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