Html Css Color HEX #346475 Blumine

📋 copy color: '#346475'

red 52 ◦ green 100 ◦ blue 117

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

Shades of Blumine #346475

Tints of Blumine #346475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.17%

 BLUE value IS 117 (46.09% from 255) = 43.49%

R = 19.33%
G = 37.17%
B = 43.49%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#346475 (or 0x346475) is known color: Blumine. HEX triplet: 34, 64 and 75. RGB value is (52,100,117). Sum of RGB (Red+Green+Blue) = 52+100+117=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 117 - color contains mainly: blue. Hex color #346475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346475 is #CB9B8A. Grayscale: #575757. Windows color (decimal): -13343627 or 7693364. OLE color: 7693364.

HSL color Cylindrical-coordinate representation of color #346475: hue angle of 195.69º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #346475 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 100 117 -
CMYK 0.56 0.15 0 0.54
HSL 195.69º 0.38% 0.33% -
HSV(B) 195.69º 0.56% 0.46% -
XYZ 9.18 11.13 18.49 -
YUV 87.59 144.6 102.62 -
System Red Green Blue C M Y K H S L
Decimal 52 100 117 0.56 0.15 0 0.54 195.69 0.38 0.33
Hex 34 64 75 38 F 0 36 C4 26 21
Octal 64 144 165 70 17 0 66 304 46 41
Binary 110100 1100100 1110101 111000 1111 0 110110 11000100 100110 100001

Color Harmonies of #346475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346475

Black with #346475

Text Example


Text Example

White with #346475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346475; }

 p { color: rgb(52,100,117); }

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

background-color css

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

 a { background-color: rgb(52,100,117); }

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

border-color css

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

 span { border-color: rgb(52,100,117); }

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