Html Css Color HEX #346473 Blumine

📋 copy color: '#346473'

red 52 ◦ green 100 ◦ blue 115

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

Shades of Blumine #346473

Tints of Blumine #346473

RGB

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

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

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

R = 19.48%
G = 37.45%
B = 43.07%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#346473 (or 0x346473) is known color: Blumine. HEX triplet: 34, 64 and 73. RGB value is (52,100,115). Sum of RGB (Red+Green+Blue) = 52+100+115=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 115 - color contains mainly: blue. Hex color #346473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346473 is #CB9B8C. Grayscale: #575757. Windows color (decimal): -13343629 or 7562292. OLE color: 7562292.

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

Color convert

RGB 52 100 115 -
CMYK 0.55 0.13 0 0.55
HSL 194.29º 0.38% 0.33% -
HSV(B) 194.29º 0.55% 0.45% -
XYZ 9.07 11.08 17.88 -
YUV 87.36 143.6 102.78 -
System Red Green Blue C M Y K H S L
Decimal 52 100 115 0.55 0.13 0 0.55 194.29 0.38 0.33
Hex 34 64 73 37 D 0 37 C2 26 21
Octal 64 144 163 67 15 0 67 302 46 41
Binary 110100 1100100 1110011 110111 1101 0 110111 11000010 100110 100001

Color Harmonies of #346473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346473

Black with #346473

Text Example


Text Example

White with #346473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346473; }

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

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

background-color css

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

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

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

border-color css

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

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

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