Html Css Color HEX #34636B Blumine

📋 copy color: '#34636B'

red 52 ◦ green 99 ◦ blue 107

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

Shades of Blumine #34636B

Tints of Blumine #34636B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.37%

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

R = 20.16%
G = 38.37%
B = 41.47%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#34636B (or 0x34636B) is known color: Blumine. HEX triplet: 34, 63 and 6B. RGB value is (52,99,107). Sum of RGB (Red+Green+Blue) = 52+99+107=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 107 - color contains mainly: blue. Hex color #34636B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34636B is #CB9C94. Grayscale: #555555. Windows color (decimal): -13343893 or 7037748. OLE color: 7037748.

HSL color Cylindrical-coordinate representation of color #34636B: hue angle of 188.73º 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 #34636B is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 52 99 107 -
CMYK 0.51 0.07 0 0.58
HSL 188.73º 0.35% 0.31% -
HSV(B) 188.73º 0.51% 0.42% -
XYZ 8.53 10.72 15.53 -
YUV 85.86 139.93 103.85 -
System Red Green Blue C M Y K H S L
Decimal 52 99 107 0.51 0.07 0 0.58 188.73 0.35 0.31
Hex 34 63 6B 33 7 0 3A BD 23 1F
Octal 64 143 153 63 7 0 72 275 43 37
Binary 110100 1100011 1101011 110011 111 0 111010 10111101 100011 11111

Color Harmonies of #34636B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34636B

Black with #34636B

Text Example


Text Example

White with #34636B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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