Html Css Color HEX #346175 Blumine

📋 copy color: '#346175'

red 52 ◦ green 97 ◦ blue 117

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

Shades of Blumine #346175

Tints of Blumine #346175

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.47%

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

R = 19.55%
G = 36.47%
B = 43.98%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#346175 (or 0x346175) is known color: Blumine. HEX triplet: 34, 61 and 75. RGB value is (52,97,117). Sum of RGB (Red+Green+Blue) = 52+97+117=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #346175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346175 is #CB9E8A. Grayscale: #555555. Windows color (decimal): -13344395 or 7692596. OLE color: 7692596.

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

Color convert

RGB 52 97 117 -
CMYK 0.56 0.17 0 0.54
HSL 198.46º 0.38% 0.33% -
HSV(B) 198.46º 0.56% 0.46% -
XYZ 8.9 10.56 18.4 -
YUV 85.83 145.59 103.87 -
System Red Green Blue C M Y K H S L
Decimal 52 97 117 0.56 0.17 0 0.54 198.46 0.38 0.33
Hex 34 61 75 38 11 0 36 C6 26 21
Octal 64 141 165 70 21 0 66 306 46 41
Binary 110100 1100001 1110101 111000 10001 0 110110 11000110 100110 100001

Color Harmonies of #346175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346175

Black with #346175

Text Example


Text Example

White with #346175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346175; }

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

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

background-color css

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

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

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

border-color css

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

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

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