Html Css Color HEX #346371 Blumine

📋 copy color: '#346371'

red 52 ◦ green 99 ◦ blue 113

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

Shades of Blumine #346371

Tints of Blumine #346371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.5%

 BLUE value IS 113 (44.53% from 255) = 42.8%

R = 19.7%
G = 37.5%
B = 42.8%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#346371 (or 0x346371) is known color: Blumine. HEX triplet: 34, 63 and 71. RGB value is (52,99,113). Sum of RGB (Red+Green+Blue) = 52+99+113=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 113 - color contains mainly: blue. Hex color #346371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346371 is #CB9C8E. Grayscale: #565656. Windows color (decimal): -13343887 or 7430964. OLE color: 7430964.

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

Color convert

RGB 52 99 113 -
CMYK 0.54 0.12 0 0.56
HSL 193.77º 0.37% 0.32% -
HSV(B) 193.77º 0.54% 0.44% -
XYZ 8.86 10.85 17.25 -
YUV 86.54 142.93 103.36 -
System Red Green Blue C M Y K H S L
Decimal 52 99 113 0.54 0.12 0 0.56 193.77 0.37 0.32
Hex 34 63 71 36 C 0 38 C2 25 20
Octal 64 143 161 66 14 0 70 302 45 40
Binary 110100 1100011 1110001 110110 1100 0 111000 11000010 100101 100000

Color Harmonies of #346371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346371

Black with #346371

Text Example


Text Example

White with #346371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346371; }

 p { color: rgb(52,99,113); }

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

background-color css

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

 a { background-color: rgb(52,99,113); }

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

border-color css

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

 span { border-color: rgb(52,99,113); }

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