Html Css Color HEX #3B858D Blue Chill

📋 copy color: '#3B858D'

red 59 ◦ green 133 ◦ blue 141

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

Shades of Blue Chill #3B858D

Tints of Blue Chill #3B858D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.34%

R = 17.72%
G = 39.94%
B = 42.34%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3B858D (or 0x3B858D) is known color: Blue Chill. HEX triplet: 3B, 85 and 8D. RGB value is (59,133,141). Sum of RGB (Red+Green+Blue) = 59+133+141=333 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.72% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #3B858D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B858D is #C47A72. Grayscale: #6F6F6F. Windows color (decimal): -12876403 or 9274683. OLE color: 9274683.

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

Color convert

RGB 59 133 141 -
CMYK 0.58 0.06 0 0.45
HSL 185.85º 0.41% 0.39% -
HSV(B) 185.85º 0.58% 0.55% -
XYZ 15 19.63 28.2 -
YUV 111.79 144.48 90.35 -
System Red Green Blue C M Y K H S L
Decimal 59 133 141 0.58 0.06 0 0.45 185.85 0.41 0.39
Hex 3B 85 8D 3A 6 0 2D BA 29 27
Octal 73 205 215 72 6 0 55 272 51 47
Binary 111011 10000101 10001101 111010 110 0 101101 10111010 101001 100111

Color Harmonies of #3B858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B858D

Black with #3B858D

Text Example


Text Example

White with #3B858D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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