Html Css Color HEX #346675 Blumine

📋 copy color: '#346675'

red 52 ◦ green 102 ◦ blue 117

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

Shades of Blumine #346675

Tints of Blumine #346675

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.64%

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

R = 19.19%
G = 37.64%
B = 43.17%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#346675 (or 0x346675) is known color: Blumine. HEX triplet: 34, 66 and 75. RGB value is (52,102,117). Sum of RGB (Red+Green+Blue) = 52+102+117=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #346675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346675 is #CB998A. Grayscale: #585858. Windows color (decimal): -13343115 or 7693876. OLE color: 7693876.

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

Color convert

RGB 52 102 117 -
CMYK 0.56 0.13 0 0.54
HSL 193.85º 0.38% 0.33% -
HSV(B) 193.85º 0.56% 0.46% -
XYZ 9.38 11.52 18.56 -
YUV 88.76 143.94 101.78 -
System Red Green Blue C M Y K H S L
Decimal 52 102 117 0.56 0.13 0 0.54 193.85 0.38 0.33
Hex 34 66 75 38 D 0 36 C2 26 21
Octal 64 146 165 70 15 0 66 302 46 41
Binary 110100 1100110 1110101 111000 1101 0 110110 11000010 100110 100001

Color Harmonies of #346675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346675

Black with #346675

Text Example


Text Example

White with #346675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346675; }

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

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

background-color css

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

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

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

border-color css

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

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

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