Html Css Color HEX #34626D Blumine

📋 copy color: '#34626D'

red 52 ◦ green 98 ◦ blue 109

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

Shades of Blumine #34626D

Tints of Blumine #34626D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.08%

R = 20.08%
G = 37.84%
B = 42.08%

CMYK

 C value IS 0.52

 M value IS 0.10

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#34626D (or 0x34626D) is known color: Blumine. HEX triplet: 34, 62 and 6D. RGB value is (52,98,109). Sum of RGB (Red+Green+Blue) = 52+98+109=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 109 - color contains mainly: blue. Hex color #34626D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34626D is #CB9D92. Grayscale: #555555. Windows color (decimal): -13344147 or 7168564. OLE color: 7168564.

HSL color Cylindrical-coordinate representation of color #34626D: hue angle of 191.58º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #34626D is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 52 98 109 -
CMYK 0.52 0.10 0 0.57
HSL 191.58º 0.35% 0.32% -
HSV(B) 191.58º 0.52% 0.43% -
XYZ 8.54 10.57 16.06 -
YUV 85.5 141.26 104.11 -
System Red Green Blue C M Y K H S L
Decimal 52 98 109 0.52 0.10 0 0.57 191.58 0.35 0.32
Hex 34 62 6D 34 A 0 39 C0 23 20
Octal 64 142 155 64 12 0 71 300 43 40
Binary 110100 1100010 1101101 110100 1010 0 111001 11000000 100011 100000

Color Harmonies of #34626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34626D

Black with #34626D

Text Example


Text Example

White with #34626D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34626D; }

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

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

background-color css

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

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

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

border-color css

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

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

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