Html Css Color HEX #346876 Blumine

📋 copy color: '#346876'

red 52 ◦ green 104 ◦ blue 118

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

Shades of Blumine #346876

Tints of Blumine #346876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 43.07%

R = 18.98%
G = 37.96%
B = 43.07%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#346876 (or 0x346876) is known color: Blumine. HEX triplet: 34, 68 and 76. RGB value is (52,104,118). Sum of RGB (Red+Green+Blue) = 52+104+118=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 118 - color contains mainly: blue. Hex color #346876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346876 is #CB9789. Grayscale: #595959. Windows color (decimal): -13342602 or 7759924. OLE color: 7759924.

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

Color convert

RGB 52 104 118 -
CMYK 0.56 0.12 0 0.54
HSL 192.73º 0.39% 0.33% -
HSV(B) 192.73º 0.56% 0.46% -
XYZ 9.64 11.94 18.94 -
YUV 90.05 143.77 100.86 -
System Red Green Blue C M Y K H S L
Decimal 52 104 118 0.56 0.12 0 0.54 192.73 0.39 0.33
Hex 34 68 76 38 C 0 36 C1 27 21
Octal 64 150 166 70 14 0 66 301 47 41
Binary 110100 1101000 1110110 111000 1100 0 110110 11000001 100111 100001

Color Harmonies of #346876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346876

Black with #346876

Text Example


Text Example

White with #346876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346876; }

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

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

background-color css

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

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

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

border-color css

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

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

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