Html Css Color HEX #346575 Blumine

📋 copy color: '#346575'

red 52 ◦ green 101 ◦ blue 117

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

Shades of Blumine #346575

Tints of Blumine #346575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.41%

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

R = 19.26%
G = 37.41%
B = 43.33%

CMYK

 C value IS 0.56

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#346575 (or 0x346575) is known color: Blumine. HEX triplet: 34, 65 and 75. RGB value is (52,101,117). Sum of RGB (Red+Green+Blue) = 52+101+117=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #346575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346575 is #CB9A8A. Grayscale: #585858. Windows color (decimal): -13343371 or 7693620. OLE color: 7693620.

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

Color convert

RGB 52 101 117 -
CMYK 0.56 0.14 0 0.54
HSL 194.77º 0.38% 0.33% -
HSV(B) 194.77º 0.56% 0.46% -
XYZ 9.28 11.32 18.53 -
YUV 88.17 144.27 102.2 -
System Red Green Blue C M Y K H S L
Decimal 52 101 117 0.56 0.14 0 0.54 194.77 0.38 0.33
Hex 34 65 75 38 E 0 36 C3 26 21
Octal 64 145 165 70 16 0 66 303 46 41
Binary 110100 1100101 1110101 111000 1110 0 110110 11000011 100110 100001

Color Harmonies of #346575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346575

Black with #346575

Text Example


Text Example

White with #346575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346575; }

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

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

background-color css

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

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

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

border-color css

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

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

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