Html Css Color HEX #346871 Blumine

📋 copy color: '#346871'

red 52 ◦ green 104 ◦ blue 113

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

Shades of Blumine #346871

Tints of Blumine #346871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.66%

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

R = 19.33%
G = 38.66%
B = 42.01%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#346871 (or 0x346871) is known color: Blumine. HEX triplet: 34, 68 and 71. RGB value is (52,104,113). Sum of RGB (Red+Green+Blue) = 52+104+113=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 104 (41.02% from 255 or 38.66% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 113 - color contains mainly: blue. Hex color #346871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346871 is #CB978E. Grayscale: #595959. Windows color (decimal): -13342607 or 7432244. OLE color: 7432244.

HSL color Cylindrical-coordinate representation of color #346871: hue angle of 188.85º 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 #346871 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 104 113 -
CMYK 0.54 0.08 0 0.56
HSL 188.85º 0.37% 0.32% -
HSV(B) 188.85º 0.54% 0.44% -
XYZ 9.35 11.82 17.41 -
YUV 89.48 141.27 101.27 -
System Red Green Blue C M Y K H S L
Decimal 52 104 113 0.54 0.08 0 0.56 188.85 0.37 0.32
Hex 34 68 71 36 8 0 38 BD 25 20
Octal 64 150 161 66 10 0 70 275 45 40
Binary 110100 1101000 1110001 110110 1000 0 111000 10111101 100101 100000

Color Harmonies of #346871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346871

Black with #346871

Text Example


Text Example

White with #346871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346871; }

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

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

background-color css

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

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

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

border-color css

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

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

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