Html Css Color HEX #3B606B Blumine

📋 copy color: '#3B606B'

red 59 ◦ green 96 ◦ blue 107

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

Shades of Blumine #3B606B

Tints of Blumine #3B606B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.64%

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

R = 22.52%
G = 36.64%
B = 40.84%

CMYK

 C value IS 0.45

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3B606B (or 0x3B606B) is known color: Blumine. HEX triplet: 3B, 60 and 6B. RGB value is (59,96,107). Sum of RGB (Red+Green+Blue) = 59+96+107=262 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.52% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 107 - color contains mainly: blue. Hex color #3B606B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B606B is #C49F94. Grayscale: #565656. Windows color (decimal): -12885909 or 7036987. OLE color: 7036987.

HSL color Cylindrical-coordinate representation of color #3B606B: hue angle of 193.75º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3B606B is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 59 96 107 -
CMYK 0.45 0.10 0 0.58
HSL 193.75º 0.29% 0.33% -
HSV(B) 193.75º 0.45% 0.42% -
XYZ 8.64 10.36 15.45 -
YUV 86.19 139.74 108.61 -
System Red Green Blue C M Y K H S L
Decimal 59 96 107 0.45 0.10 0 0.58 193.75 0.29 0.33
Hex 3B 60 6B 2D A 0 3A C2 1D 21
Octal 73 140 153 55 12 0 72 302 35 41
Binary 111011 1100000 1101011 101101 1010 0 111010 11000010 11101 100001

Color Harmonies of #3B606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B606B

Black with #3B606B

Text Example


Text Example

White with #3B606B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,96,107); }

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

background-color css

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

 a { background-color: rgb(59,96,107); }

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

border-color css

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

 span { border-color: rgb(59,96,107); }

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