Html Css Color HEX #346771 Blumine

📋 copy color: '#346771'

red 52 ◦ green 103 ◦ blue 113

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

Shades of Blumine #346771

Tints of Blumine #346771

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.43%

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

R = 19.4%
G = 38.43%
B = 42.16%

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

#346771 (or 0x346771) is known color: Blumine. HEX triplet: 34, 67 and 71. RGB value is (52,103,113). Sum of RGB (Red+Green+Blue) = 52+103+113=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 113 - color contains mainly: blue. Hex color #346771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346771 is #CB988E. Grayscale: #585858. Windows color (decimal): -13342863 or 7431988. OLE color: 7431988.

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

Color convert

RGB 52 103 113 -
CMYK 0.54 0.09 0 0.56
HSL 189.84º 0.37% 0.32% -
HSV(B) 189.84º 0.54% 0.44% -
XYZ 9.25 11.62 17.38 -
YUV 88.89 141.6 101.69 -
System Red Green Blue C M Y K H S L
Decimal 52 103 113 0.54 0.09 0 0.56 189.84 0.37 0.32
Hex 34 67 71 36 9 0 38 BE 25 20
Octal 64 147 161 66 11 0 70 276 45 40
Binary 110100 1100111 1110001 110110 1001 0 111000 10111110 100101 100000

Color Harmonies of #346771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346771

Black with #346771

Text Example


Text Example

White with #346771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346771; }

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

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

background-color css

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

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

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

border-color css

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

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

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