Html Css Color HEX #34636F Blumine

📋 copy color: '#34636F'

red 52 ◦ green 99 ◦ blue 111

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

Shades of Blumine #34636F

Tints of Blumine #34636F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.37%

R = 19.85%
G = 37.79%
B = 42.37%

CMYK

 C value IS 0.53

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#34636F (or 0x34636F) is known color: Blumine. HEX triplet: 34, 63 and 6F. RGB value is (52,99,111). Sum of RGB (Red+Green+Blue) = 52+99+111=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 111 (43.75% from 255 or 42.37% from 262); Max value from RGB is 111 - color contains mainly: blue. Hex color #34636F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34636F is #CB9C90. Grayscale: #565656. Windows color (decimal): -13343889 or 7299892. OLE color: 7299892.

HSL color Cylindrical-coordinate representation of color #34636F: hue angle of 192.2º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #34636F is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 99 111 -
CMYK 0.53 0.11 0 0.56
HSL 192.2º 0.36% 0.32% -
HSV(B) 192.2º 0.53% 0.44% -
XYZ 8.75 10.8 16.66 -
YUV 86.32 141.93 103.52 -
System Red Green Blue C M Y K H S L
Decimal 52 99 111 0.53 0.11 0 0.56 192.2 0.36 0.32
Hex 34 63 6F 35 B 0 38 C0 24 20
Octal 64 143 157 65 13 0 70 300 44 40
Binary 110100 1100011 1101111 110101 1011 0 111000 11000000 100100 100000

Color Harmonies of #34636F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34636F

Black with #34636F

Text Example


Text Example

White with #34636F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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