Html Css Color HEX #346674 Blumine

📋 copy color: '#346674'

red 52 ◦ green 102 ◦ blue 116

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

Shades of Blumine #346674

Tints of Blumine #346674

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.78%

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

R = 19.26%
G = 37.78%
B = 42.96%

CMYK

 C value IS 0.55

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#346674 (or 0x346674) is known color: Blumine. HEX triplet: 34, 66 and 74. RGB value is (52,102,116). Sum of RGB (Red+Green+Blue) = 52+102+116=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 116 - color contains mainly: blue. Hex color #346674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346674 is #CB998B. Grayscale: #585858. Windows color (decimal): -13343116 or 7628340. OLE color: 7628340.

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

Color convert

RGB 52 102 116 -
CMYK 0.55 0.12 0 0.55
HSL 193.13º 0.38% 0.33% -
HSV(B) 193.13º 0.55% 0.45% -
XYZ 9.32 11.49 18.25 -
YUV 88.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 52 102 116 0.55 0.12 0 0.55 193.13 0.38 0.33
Hex 34 66 74 37 C 0 37 C1 26 21
Octal 64 146 164 67 14 0 67 301 46 41
Binary 110100 1100110 1110100 110111 1100 0 110111 11000001 100110 100001

Color Harmonies of #346674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346674

Black with #346674

Text Example


Text Example

White with #346674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346674; }

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

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

background-color css

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

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

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

border-color css

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

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

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