Html Css Color HEX #346072 Blumine

📋 copy color: '#346072'

red 52 ◦ green 96 ◦ blue 114

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

Shades of Blumine #346072

Tints of Blumine #346072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.51%

R = 19.85%
G = 36.64%
B = 43.51%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#346072 (or 0x346072) is known color: Blumine. HEX triplet: 34, 60 and 72. RGB value is (52,96,114). Sum of RGB (Red+Green+Blue) = 52+96+114=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #346072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346072 is #CB9F8D. Grayscale: #545454. Windows color (decimal): -13344654 or 7495732. OLE color: 7495732.

HSL color Cylindrical-coordinate representation of color #346072: hue angle of 197.42º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #346072 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 96 114 -
CMYK 0.54 0.16 0 0.55
HSL 197.42º 0.37% 0.33% -
HSV(B) 197.42º 0.54% 0.45% -
XYZ 8.64 10.31 17.45 -
YUV 84.9 144.42 104.54 -
System Red Green Blue C M Y K H S L
Decimal 52 96 114 0.54 0.16 0 0.55 197.42 0.37 0.33
Hex 34 60 72 36 10 0 37 C5 25 21
Octal 64 140 162 66 20 0 67 305 45 41
Binary 110100 1100000 1110010 110110 10000 0 110111 11000101 100101 100001

Color Harmonies of #346072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346072

Black with #346072

Text Example


Text Example

White with #346072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346072; }

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

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

background-color css

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

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

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

border-color css

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

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

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