Html Css Color HEX #34616B Blumine

📋 copy color: '#34616B'

red 52 ◦ green 97 ◦ blue 107

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

Shades of Blumine #34616B

Tints of Blumine #34616B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.89%

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

R = 20.31%
G = 37.89%
B = 41.8%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#34616B (or 0x34616B) is known color: Blumine. HEX triplet: 34, 61 and 6B. RGB value is (52,97,107). Sum of RGB (Red+Green+Blue) = 52+97+107=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 107 - color contains mainly: blue. Hex color #34616B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34616B is #CB9E94. Grayscale: #545454. Windows color (decimal): -13344405 or 7037236. OLE color: 7037236.

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

Color convert

RGB 52 97 107 -
CMYK 0.51 0.09 0 0.58
HSL 190.91º 0.35% 0.31% -
HSV(B) 190.91º 0.51% 0.42% -
XYZ 8.34 10.34 15.47 -
YUV 84.69 140.59 104.69 -
System Red Green Blue C M Y K H S L
Decimal 52 97 107 0.51 0.09 0 0.58 190.91 0.35 0.31
Hex 34 61 6B 33 9 0 3A BF 23 1F
Octal 64 141 153 63 11 0 72 277 43 37
Binary 110100 1100001 1101011 110011 1001 0 111010 10111111 100011 11111

Color Harmonies of #34616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34616B

Black with #34616B

Text Example


Text Example

White with #34616B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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