Html Css Color HEX #34626B Blumine

📋 copy color: '#34626B'

red 52 ◦ green 98 ◦ blue 107

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

Shades of Blumine #34626B

Tints of Blumine #34626B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.63%

R = 20.23%
G = 38.13%
B = 41.63%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#34626B (or 0x34626B) is known color: Blumine. HEX triplet: 34, 62 and 6B. RGB value is (52,98,107). Sum of RGB (Red+Green+Blue) = 52+98+107=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 107 - color contains mainly: blue. Hex color #34626B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34626B is #CB9D94. Grayscale: #555555. Windows color (decimal): -13344149 or 7037492. OLE color: 7037492.

HSL color Cylindrical-coordinate representation of color #34626B: hue angle of 189.82º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #34626B is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 52 98 107 -
CMYK 0.51 0.08 0 0.58
HSL 189.82º 0.35% 0.31% -
HSV(B) 189.82º 0.51% 0.42% -
XYZ 8.44 10.53 15.5 -
YUV 85.27 140.26 104.27 -
System Red Green Blue C M Y K H S L
Decimal 52 98 107 0.51 0.08 0 0.58 189.82 0.35 0.31
Hex 34 62 6B 33 8 0 3A BE 23 1F
Octal 64 142 153 63 10 0 72 276 43 37
Binary 110100 1100010 1101011 110011 1000 0 111010 10111110 100011 11111

Color Harmonies of #34626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34626B

Black with #34626B

Text Example


Text Example

White with #34626B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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