Html Css Color HEX #346973 Blumine

📋 copy color: '#346973'

red 52 ◦ green 105 ◦ blue 115

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

Shades of Blumine #346973

Tints of Blumine #346973

RGB

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

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

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

R = 19.12%
G = 38.6%
B = 42.28%

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

#346973 (or 0x346973) is known color: Blumine. HEX triplet: 34, 69 and 73. RGB value is (52,105,115). Sum of RGB (Red+Green+Blue) = 52+105+115=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 115 - color contains mainly: blue. Hex color #346973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346973 is #CB968C. Grayscale: #5A5A5A. Windows color (decimal): -13342349 or 7563572. OLE color: 7563572.

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

Color convert

RGB 52 105 115 -
CMYK 0.55 0.09 0 0.55
HSL 189.52º 0.38% 0.33% -
HSV(B) 189.52º 0.55% 0.45% -
XYZ 9.56 12.07 18.05 -
YUV 90.29 141.94 100.69 -
System Red Green Blue C M Y K H S L
Decimal 52 105 115 0.55 0.09 0 0.55 189.52 0.38 0.33
Hex 34 69 73 37 9 0 37 BE 26 21
Octal 64 151 163 67 11 0 67 276 46 41
Binary 110100 1101001 1110011 110111 1001 0 110111 10111110 100110 100001

Color Harmonies of #346973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346973

Black with #346973

Text Example


Text Example

White with #346973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346973; }

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

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

background-color css

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

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

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

border-color css

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

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

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