Html Css Color HEX #346877 Blumine

📋 copy color: '#346877'

red 52 ◦ green 104 ◦ blue 119

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

Shades of Blumine #346877

Tints of Blumine #346877

RGB

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

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

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

R = 18.91%
G = 37.82%
B = 43.27%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#346877 (or 0x346877) is known color: Blumine. HEX triplet: 34, 68 and 77. RGB value is (52,104,119). Sum of RGB (Red+Green+Blue) = 52+104+119=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 119 - color contains mainly: blue. Hex color #346877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346877 is #CB9788. Grayscale: #5A5A5A. Windows color (decimal): -13342601 or 7825460. OLE color: 7825460.

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

Color convert

RGB 52 104 119 -
CMYK 0.56 0.13 0 0.53
HSL 193.43º 0.39% 0.34% -
HSV(B) 193.43º 0.56% 0.47% -
XYZ 9.7 11.96 19.25 -
YUV 90.16 144.27 100.78 -
System Red Green Blue C M Y K H S L
Decimal 52 104 119 0.56 0.13 0 0.53 193.43 0.39 0.34
Hex 34 68 77 38 D 0 35 C1 27 22
Octal 64 150 167 70 15 0 65 301 47 42
Binary 110100 1101000 1110111 111000 1101 0 110101 11000001 100111 100010

Color Harmonies of #346877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346877

Black with #346877

Text Example


Text Example

White with #346877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346877; }

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

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

background-color css

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

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

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

border-color css

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

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

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