Html Css Color HEX #3B848B Blue Chill

📋 copy color: '#3B848B'

red 59 ◦ green 132 ◦ blue 139

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

Shades of Blue Chill #3B848B

Tints of Blue Chill #3B848B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40%

 BLUE value IS 139 (54.69% from 255) = 42.12%

R = 17.88%
G = 40%
B = 42.12%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3B848B (or 0x3B848B) is known color: Blue Chill. HEX triplet: 3B, 84 and 8B. RGB value is (59,132,139). Sum of RGB (Red+Green+Blue) = 59+132+139=330 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.88% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 139 - color contains mainly: blue. Hex color #3B848B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B848B is #C47B74. Grayscale: #6E6E6E. Windows color (decimal): -12876661 or 9143355. OLE color: 9143355.

HSL color Cylindrical-coordinate representation of color #3B848B: hue angle of 185.25º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B848B is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 59 132 139 -
CMYK 0.58 0.05 0 0.45
HSL 185.25º 0.4% 0.39% -
HSV(B) 185.25º 0.58% 0.55% -
XYZ 14.72 19.3 27.38 -
YUV 110.97 143.82 90.93 -
System Red Green Blue C M Y K H S L
Decimal 59 132 139 0.58 0.05 0 0.45 185.25 0.4 0.39
Hex 3B 84 8B 3A 5 0 2D B9 28 27
Octal 73 204 213 72 5 0 55 271 50 47
Binary 111011 10000100 10001011 111010 101 0 101101 10111001 101000 100111

Color Harmonies of #3B848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B848B

Black with #3B848B

Text Example


Text Example

White with #3B848B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,132,139); }

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

background-color css

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

 a { background-color: rgb(59,132,139); }

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

border-color css

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

 span { border-color: rgb(59,132,139); }

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