Html Css Color HEX #346873 Blumine

📋 copy color: '#346873'

red 52 ◦ green 104 ◦ blue 115

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

Shades of Blumine #346873

Tints of Blumine #346873

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.38%

 BLUE value IS 115 (45.31% from 255) = 42.44%

R = 19.19%
G = 38.38%
B = 42.44%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#346873 (or 0x346873) is known color: Blumine. HEX triplet: 34, 68 and 73. RGB value is (52,104,115). Sum of RGB (Red+Green+Blue) = 52+104+115=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 115 - color contains mainly: blue. Hex color #346873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346873 is #CB978C. Grayscale: #595959. Windows color (decimal): -13342605 or 7563316. OLE color: 7563316.

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

Color convert

RGB 52 104 115 -
CMYK 0.55 0.10 0 0.55
HSL 190.48º 0.38% 0.33% -
HSV(B) 190.48º 0.55% 0.45% -
XYZ 9.46 11.87 18.01 -
YUV 89.71 142.27 101.11 -
System Red Green Blue C M Y K H S L
Decimal 52 104 115 0.55 0.10 0 0.55 190.48 0.38 0.33
Hex 34 68 73 37 A 0 37 BE 26 21
Octal 64 150 163 67 12 0 67 276 46 41
Binary 110100 1101000 1110011 110111 1010 0 110111 10111110 100110 100001

Color Harmonies of #346873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346873

Black with #346873

Text Example


Text Example

White with #346873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346873; }

 p { color: rgb(52,104,115); }

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

background-color css

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

 a { background-color: rgb(52,104,115); }

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

border-color css

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

 span { border-color: rgb(52,104,115); }

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