Html Css Color HEX #346977 Blumine

📋 copy color: '#346977'

red 52 ◦ green 105 ◦ blue 119

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

Shades of Blumine #346977

Tints of Blumine #346977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.04%

 BLUE value IS 119 (46.88% from 255) = 43.12%

R = 18.84%
G = 38.04%
B = 43.12%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#346977 (or 0x346977) is known color: Blumine. HEX triplet: 34, 69 and 77. RGB value is (52,105,119). Sum of RGB (Red+Green+Blue) = 52+105+119=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 119 - color contains mainly: blue. Hex color #346977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346977 is #CB9688. Grayscale: #5A5A5A. Windows color (decimal): -13342345 or 7825716. OLE color: 7825716.

HSL color Cylindrical-coordinate representation of color #346977: hue angle of 192.54º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #346977 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 105 119 -
CMYK 0.56 0.12 0 0.53
HSL 192.54º 0.39% 0.34% -
HSV(B) 192.54º 0.56% 0.47% -
XYZ 9.8 12.17 19.28 -
YUV 90.75 143.94 100.36 -
System Red Green Blue C M Y K H S L
Decimal 52 105 119 0.56 0.12 0 0.53 192.54 0.39 0.34
Hex 34 69 77 38 C 0 35 C1 27 22
Octal 64 151 167 70 14 0 65 301 47 42
Binary 110100 1101001 1110111 111000 1100 0 110101 11000001 100111 100010

Color Harmonies of #346977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346977

Black with #346977

Text Example


Text Example

White with #346977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346977; }

 p { color: rgb(52,105,119); }

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

background-color css

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

 a { background-color: rgb(52,105,119); }

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

border-color css

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

 span { border-color: rgb(52,105,119); }

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