Html Css Color HEX #346271 Blumine

📋 copy color: '#346271'

red 52 ◦ green 98 ◦ blue 113

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

Shades of Blumine #346271

Tints of Blumine #346271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 42.97%

R = 19.77%
G = 37.26%
B = 42.97%

CMYK

 C value IS 0.54

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#346271 (or 0x346271) is known color: Blumine. HEX triplet: 34, 62 and 71. RGB value is (52,98,113). Sum of RGB (Red+Green+Blue) = 52+98+113=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 113 - color contains mainly: blue. Hex color #346271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346271 is #CB9D8E. Grayscale: #555555. Windows color (decimal): -13344143 or 7430708. OLE color: 7430708.

HSL color Cylindrical-coordinate representation of color #346271: hue angle of 194.75º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #346271 is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 98 113 -
CMYK 0.54 0.13 0 0.56
HSL 194.75º 0.37% 0.32% -
HSV(B) 194.75º 0.54% 0.44% -
XYZ 8.76 10.66 17.22 -
YUV 85.96 143.26 103.78 -
System Red Green Blue C M Y K H S L
Decimal 52 98 113 0.54 0.13 0 0.56 194.75 0.37 0.32
Hex 34 62 71 36 D 0 38 C3 25 20
Octal 64 142 161 66 15 0 70 303 45 40
Binary 110100 1100010 1110001 110110 1101 0 111000 11000011 100101 100000

Color Harmonies of #346271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346271

Black with #346271

Text Example


Text Example

White with #346271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346271; }

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

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

background-color css

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

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

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

border-color css

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

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

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