Html Css Color HEX #346273 Blumine

📋 copy color: '#346273'

red 52 ◦ green 98 ◦ blue 115

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

Shades of Blumine #346273

Tints of Blumine #346273

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.98%

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

R = 19.62%
G = 36.98%
B = 43.4%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#346273 (or 0x346273) is known color: Blumine. HEX triplet: 34, 62 and 73. RGB value is (52,98,115). Sum of RGB (Red+Green+Blue) = 52+98+115=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 115 - color contains mainly: blue. Hex color #346273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346273 is #CB9D8C. Grayscale: #565656. Windows color (decimal): -13344141 or 7561780. OLE color: 7561780.

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

Color convert

RGB 52 98 115 -
CMYK 0.55 0.15 0 0.55
HSL 196.19º 0.38% 0.33% -
HSV(B) 196.19º 0.55% 0.45% -
XYZ 8.88 10.7 17.82 -
YUV 86.18 144.26 103.62 -
System Red Green Blue C M Y K H S L
Decimal 52 98 115 0.55 0.15 0 0.55 196.19 0.38 0.33
Hex 34 62 73 37 F 0 37 C4 26 21
Octal 64 142 163 67 17 0 67 304 46 41
Binary 110100 1100010 1110011 110111 1111 0 110111 11000100 100110 100001

Color Harmonies of #346273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346273

Black with #346273

Text Example


Text Example

White with #346273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346273; }

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

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

background-color css

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

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

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

border-color css

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

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

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