Html Css Color HEX #346974 Blumine

📋 copy color: '#346974'

red 52 ◦ green 105 ◦ blue 116

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

Shades of Blumine #346974

Tints of Blumine #346974

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.46%

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

R = 19.05%
G = 38.46%
B = 42.49%

CMYK

 C value IS 0.55

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#346974 (or 0x346974) is known color: Blumine. HEX triplet: 34, 69 and 74. RGB value is (52,105,116). Sum of RGB (Red+Green+Blue) = 52+105+116=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 116 - color contains mainly: blue. Hex color #346974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346974 is #CB968B. Grayscale: #5A5A5A. Windows color (decimal): -13342348 or 7629108. OLE color: 7629108.

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

Color convert

RGB 52 105 116 -
CMYK 0.55 0.09 0 0.55
HSL 190.31º 0.38% 0.33% -
HSV(B) 190.31º 0.55% 0.45% -
XYZ 9.62 12.09 18.35 -
YUV 90.41 142.44 100.61 -
System Red Green Blue C M Y K H S L
Decimal 52 105 116 0.55 0.09 0 0.55 190.31 0.38 0.33
Hex 34 69 74 37 9 0 37 BE 26 21
Octal 64 151 164 67 11 0 67 276 46 41
Binary 110100 1101001 1110100 110111 1001 0 110111 10111110 100110 100001

Color Harmonies of #346974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346974

Black with #346974

Text Example


Text Example

White with #346974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346974; }

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

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

background-color css

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

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

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

border-color css

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

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

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