Html Css Color HEX #346071 Blumine

📋 copy color: '#346071'

red 52 ◦ green 96 ◦ blue 113

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

Shades of Blumine #346071

Tints of Blumine #346071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.78%

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

R = 19.92%
G = 36.78%
B = 43.3%

CMYK

 C value IS 0.54

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#346071 (or 0x346071) is known color: Blumine. HEX triplet: 34, 60 and 71. RGB value is (52,96,113). Sum of RGB (Red+Green+Blue) = 52+96+113=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #346071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346071 is #CB9F8E. Grayscale: #545454. Windows color (decimal): -13344655 or 7430196. OLE color: 7430196.

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

Color convert

RGB 52 96 113 -
CMYK 0.54 0.15 0 0.56
HSL 196.72º 0.37% 0.32% -
HSV(B) 196.72º 0.54% 0.44% -
XYZ 8.58 10.29 17.16 -
YUV 84.78 143.92 104.62 -
System Red Green Blue C M Y K H S L
Decimal 52 96 113 0.54 0.15 0 0.56 196.72 0.37 0.32
Hex 34 60 71 36 F 0 38 C5 25 20
Octal 64 140 161 66 17 0 70 305 45 40
Binary 110100 1100000 1110001 110110 1111 0 111000 11000101 100101 100000

Color Harmonies of #346071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346071

Black with #346071

Text Example


Text Example

White with #346071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346071; }

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

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

background-color css

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

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

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

border-color css

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

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

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