Html Css Color HEX #3B858B Blue Chill

📋 copy color: '#3B858B'

red 59 ◦ green 133 ◦ blue 139

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

Shades of Blue Chill #3B858B

Tints of Blue Chill #3B858B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.18%

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

R = 17.82%
G = 40.18%
B = 41.99%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3B858B (or 0x3B858B) is known color: Blue Chill. HEX triplet: 3B, 85 and 8B. RGB value is (59,133,139). Sum of RGB (Red+Green+Blue) = 59+133+139=331 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.82% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 139 - color contains mainly: blue. Hex color #3B858B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B858B is #C47A74. Grayscale: #6F6F6F. Windows color (decimal): -12876405 or 9143611. OLE color: 9143611.

HSL color Cylindrical-coordinate representation of color #3B858B: hue angle of 184.5º 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 #3B858B is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 59 133 139 -
CMYK 0.58 0.04 0 0.45
HSL 184.5º 0.4% 0.39% -
HSV(B) 184.5º 0.58% 0.55% -
XYZ 14.85 19.57 27.42 -
YUV 111.56 143.48 90.51 -
System Red Green Blue C M Y K H S L
Decimal 59 133 139 0.58 0.04 0 0.45 184.5 0.4 0.39
Hex 3B 85 8B 3A 4 0 2D B8 28 27
Octal 73 205 213 72 4 0 55 270 50 47
Binary 111011 10000101 10001011 111010 100 0 101101 10111000 101000 100111

Color Harmonies of #3B858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B858B

Black with #3B858B

Text Example


Text Example

White with #3B858B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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