Html Css Color HEX #346574 Blumine

📋 copy color: '#346574'

red 52 ◦ green 101 ◦ blue 116

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

Shades of Blumine #346574

Tints of Blumine #346574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.12%

R = 19.33%
G = 37.55%
B = 43.12%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#346574 (or 0x346574) is known color: Blumine. HEX triplet: 34, 65 and 74. RGB value is (52,101,116). Sum of RGB (Red+Green+Blue) = 52+101+116=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 116 (45.70% from 255 or 43.12% from 269); Max value from RGB is 116 - color contains mainly: blue. Hex color #346574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346574 is #CB9A8B. Grayscale: #575757. Windows color (decimal): -13343372 or 7628084. OLE color: 7628084.

HSL color Cylindrical-coordinate representation of color #346574: hue angle of 194.06º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #346574 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 101 116 -
CMYK 0.55 0.13 0 0.55
HSL 194.06º 0.38% 0.33% -
HSV(B) 194.06º 0.55% 0.45% -
XYZ 9.22 11.3 18.22 -
YUV 88.06 143.77 102.28 -
System Red Green Blue C M Y K H S L
Decimal 52 101 116 0.55 0.13 0 0.55 194.06 0.38 0.33
Hex 34 65 74 37 D 0 37 C2 26 21
Octal 64 145 164 67 15 0 67 302 46 41
Binary 110100 1100101 1110100 110111 1101 0 110111 11000010 100110 100001

Color Harmonies of #346574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346574

Black with #346574

Text Example


Text Example

White with #346574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346574; }

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

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

background-color css

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

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

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

border-color css

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

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

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