Html Css Color HEX #346975 Blumine

📋 copy color: '#346975'

red 52 ◦ green 105 ◦ blue 117

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

Shades of Blumine #346975

Tints of Blumine #346975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.7%

R = 18.98%
G = 38.32%
B = 42.7%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#346975 (or 0x346975) is known color: Blumine. HEX triplet: 34, 69 and 75. RGB value is (52,105,117). Sum of RGB (Red+Green+Blue) = 52+105+117=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 117 - color contains mainly: blue. Hex color #346975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346975 is #CB968A. Grayscale: #5A5A5A. Windows color (decimal): -13342347 or 7694644. OLE color: 7694644.

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

Color convert

RGB 52 105 117 -
CMYK 0.56 0.10 0 0.54
HSL 191.08º 0.38% 0.33% -
HSV(B) 191.08º 0.56% 0.46% -
XYZ 9.68 12.12 18.66 -
YUV 90.52 142.94 100.52 -
System Red Green Blue C M Y K H S L
Decimal 52 105 117 0.56 0.10 0 0.54 191.08 0.38 0.33
Hex 34 69 75 38 A 0 36 BF 26 21
Octal 64 151 165 70 12 0 66 277 46 41
Binary 110100 1101001 1110101 111000 1010 0 110110 10111111 100110 100001

Color Harmonies of #346975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346975

Black with #346975

Text Example


Text Example

White with #346975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346975; }

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

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

background-color css

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

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

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

border-color css

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

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

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