Html Css Color HEX #34646E Blumine

📋 copy color: '#34646E'

red 52 ◦ green 100 ◦ blue 110

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

Shades of Blumine #34646E

Tints of Blumine #34646E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.17%

 BLUE value IS 110 (43.36% from 255) = 41.98%

R = 19.85%
G = 38.17%
B = 41.98%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#34646E (or 0x34646E) is known color: Blumine. HEX triplet: 34, 64 and 6E. RGB value is (52,100,110). Sum of RGB (Red+Green+Blue) = 52+100+110=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 110 - color contains mainly: blue. Hex color #34646E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34646E is #CB9B91. Grayscale: #565656. Windows color (decimal): -13343634 or 7234612. OLE color: 7234612.

HSL color Cylindrical-coordinate representation of color #34646E: hue angle of 190.34º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #34646E is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 52 100 110 -
CMYK 0.53 0.09 0 0.57
HSL 190.34º 0.36% 0.32% -
HSV(B) 190.34º 0.53% 0.43% -
XYZ 8.79 10.97 16.41 -
YUV 86.79 141.1 103.19 -
System Red Green Blue C M Y K H S L
Decimal 52 100 110 0.53 0.09 0 0.57 190.34 0.36 0.32
Hex 34 64 6E 35 9 0 39 BE 24 20
Octal 64 144 156 65 11 0 71 276 44 40
Binary 110100 1100100 1101110 110101 1001 0 111001 10111110 100100 100000

Color Harmonies of #34646E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34646E

Black with #34646E

Text Example


Text Example

White with #34646E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34646E; }

 p { color: rgb(52,100,110); }

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

background-color css

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

 a { background-color: rgb(52,100,110); }

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

border-color css

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

 span { border-color: rgb(52,100,110); }

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