Html Css Color HEX #346572 Blumine

📋 copy color: '#346572'

red 52 ◦ green 101 ◦ blue 114

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

Shades of Blumine #346572

Tints of Blumine #346572

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.83%

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

R = 19.48%
G = 37.83%
B = 42.7%

CMYK

 C value IS 0.54

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#346572 (or 0x346572) is known color: Blumine. HEX triplet: 34, 65 and 72. RGB value is (52,101,114). Sum of RGB (Red+Green+Blue) = 52+101+114=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 114 - color contains mainly: blue. Hex color #346572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346572 is #CB9A8D. Grayscale: #575757. Windows color (decimal): -13343374 or 7497012. OLE color: 7497012.

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

Color convert

RGB 52 101 114 -
CMYK 0.54 0.11 0 0.55
HSL 192.58º 0.37% 0.33% -
HSV(B) 192.58º 0.54% 0.45% -
XYZ 9.11 11.25 17.61 -
YUV 87.83 142.77 102.44 -
System Red Green Blue C M Y K H S L
Decimal 52 101 114 0.54 0.11 0 0.55 192.58 0.37 0.33
Hex 34 65 72 36 B 0 37 C1 25 21
Octal 64 145 162 66 13 0 67 301 45 41
Binary 110100 1100101 1110010 110110 1011 0 110111 11000001 100101 100001

Color Harmonies of #346572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346572

Black with #346572

Text Example


Text Example

White with #346572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346572; }

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

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

background-color css

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

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

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

border-color css

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

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

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