Html Css Color HEX #346670 Blumine

📋 copy color: '#346670'

red 52 ◦ green 102 ◦ blue 112

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

Shades of Blumine #346670

Tints of Blumine #346670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 42.11%

R = 19.55%
G = 38.35%
B = 42.11%

CMYK

 C value IS 0.54

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#346670 (or 0x346670) is known color: Blumine. HEX triplet: 34, 66 and 70. RGB value is (52,102,112). Sum of RGB (Red+Green+Blue) = 52+102+112=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 112 - color contains mainly: blue. Hex color #346670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346670 is #CB998F. Grayscale: #585858. Windows color (decimal): -13343120 or 7366196. OLE color: 7366196.

HSL color Cylindrical-coordinate representation of color #346670: hue angle of 190º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #346670 is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 102 112 -
CMYK 0.54 0.09 0 0.56
HSL 190º 0.37% 0.32% -
HSV(B) 190º 0.54% 0.44% -
XYZ 9.09 11.4 17.05 -
YUV 88.19 141.44 102.19 -
System Red Green Blue C M Y K H S L
Decimal 52 102 112 0.54 0.09 0 0.56 190 0.37 0.32
Hex 34 66 70 36 9 0 38 BE 25 20
Octal 64 146 160 66 11 0 70 276 45 40
Binary 110100 1100110 1110000 110110 1001 0 111000 10111110 100101 100000

Color Harmonies of #346670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346670

Black with #346670

Text Example


Text Example

White with #346670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346670; }

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

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

background-color css

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

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

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

border-color css

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

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

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