Html Css Color HEX #346171 Blumine

📋 copy color: '#346171'

red 52 ◦ green 97 ◦ blue 113

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

Shades of Blumine #346171

Tints of Blumine #346171

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.02%

 BLUE value IS 113 (44.53% from 255) = 43.13%

R = 19.85%
G = 37.02%
B = 43.13%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#346171 (or 0x346171) is known color: Blumine. HEX triplet: 34, 61 and 71. RGB value is (52,97,113). Sum of RGB (Red+Green+Blue) = 52+97+113=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #346171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346171 is #CB9E8E. Grayscale: #555555. Windows color (decimal): -13344399 or 7430452. OLE color: 7430452.

HSL color Cylindrical-coordinate representation of color #346171: hue angle of 195.74º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #346171 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 97 113 -
CMYK 0.54 0.14 0 0.56
HSL 195.74º 0.37% 0.32% -
HSV(B) 195.74º 0.54% 0.44% -
XYZ 8.67 10.47 17.19 -
YUV 85.37 143.59 104.2 -
System Red Green Blue C M Y K H S L
Decimal 52 97 113 0.54 0.14 0 0.56 195.74 0.37 0.32
Hex 34 61 71 36 E 0 38 C4 25 20
Octal 64 141 161 66 16 0 70 304 45 40
Binary 110100 1100001 1110001 110110 1110 0 111000 11000100 100101 100000

Color Harmonies of #346171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346171

Black with #346171

Text Example


Text Example

White with #346171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346171; }

 p { color: rgb(52,97,113); }

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

background-color css

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

 a { background-color: rgb(52,97,113); }

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

border-color css

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

 span { border-color: rgb(52,97,113); }

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