Html Css Color HEX #3B636F Blumine

📋 copy color: '#3B636F'

red 59 ◦ green 99 ◦ blue 111

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

Shades of Blumine #3B636F

Tints of Blumine #3B636F

RGB

 RED value IS 59 (23.44% from 255) = 21.93%

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

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

R = 21.93%
G = 36.8%
B = 41.26%

CMYK

 C value IS 0.47

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3B636F (or 0x3B636F) is known color: Blumine. HEX triplet: 3B, 63 and 6F. RGB value is (59,99,111). Sum of RGB (Red+Green+Blue) = 59+99+111=269 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.93% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 111 - color contains mainly: blue. Hex color #3B636F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B636F is #C49C90. Grayscale: #585858. Windows color (decimal): -12885137 or 7299899. OLE color: 7299899.

HSL color Cylindrical-coordinate representation of color #3B636F: hue angle of 193.85º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B636F is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 59 99 111 -
CMYK 0.47 0.11 0 0.56
HSL 193.85º 0.31% 0.33% -
HSV(B) 193.85º 0.47% 0.44% -
XYZ 9.13 11 16.68 -
YUV 88.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 59 99 111 0.47 0.11 0 0.56 193.85 0.31 0.33
Hex 3B 63 6F 2F B 0 38 C2 1F 21
Octal 73 143 157 57 13 0 70 302 37 41
Binary 111011 1100011 1101111 101111 1011 0 111000 11000010 11111 100001

Color Harmonies of #3B636F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B636F

Black with #3B636F

Text Example


Text Example

White with #3B636F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B636F; }

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

 H1.HeaderClassName
 {
   color: #3B636F;
 }
 .AnyTagClassName
 {
   color: #3B636F;
 }
</style>

background-color css

<style>
 a { background-color: #3B636F; }

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

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

border-color css

<style>
 span { border-color: #3B636F; }

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

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