Html Css Color HEX #346570 Blumine

📋 copy color: '#346570'

red 52 ◦ green 101 ◦ blue 112

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

Shades of Blumine #346570

Tints of Blumine #346570

RGB

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

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

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

R = 19.62%
G = 38.11%
B = 42.26%

CMYK

 C value IS 0.54

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#346570 (or 0x346570) is known color: Blumine. HEX triplet: 34, 65 and 70. RGB value is (52,101,112). Sum of RGB (Red+Green+Blue) = 52+101+112=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 112 - color contains mainly: blue. Hex color #346570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346570 is #CB9A8F. Grayscale: #575757. Windows color (decimal): -13343376 or 7365940. OLE color: 7365940.

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

Color convert

RGB 52 101 112 -
CMYK 0.54 0.10 0 0.56
HSL 191º 0.37% 0.32% -
HSV(B) 191º 0.54% 0.44% -
XYZ 8.99 11.21 17.02 -
YUV 87.6 141.77 102.61 -
System Red Green Blue C M Y K H S L
Decimal 52 101 112 0.54 0.10 0 0.56 191 0.37 0.32
Hex 34 65 70 36 A 0 38 BF 25 20
Octal 64 145 160 66 12 0 70 277 45 40
Binary 110100 1100101 1110000 110110 1010 0 111000 10111111 100101 100000

Color Harmonies of #346570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346570

Black with #346570

Text Example


Text Example

White with #346570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346570; }

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

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

background-color css

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

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

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

border-color css

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

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

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