Html Css Color HEX #3D858B Blue Chill

📋 copy color: '#3D858B'

red 61 ◦ green 133 ◦ blue 139

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

Shades of Blue Chill #3D858B

Tints of Blue Chill #3D858B

RGB

 RED value IS 61 (24.22% from 255) = 18.32%

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

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

R = 18.32%
G = 39.94%
B = 41.74%

CMYK

 C value IS 0.56

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3D858B (or 0x3D858B) is known color: Blue Chill. HEX triplet: 3D, 85 and 8B. RGB value is (61,133,139). Sum of RGB (Red+Green+Blue) = 61+133+139=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D858B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D858B is #C27A74. Grayscale: #707070. Windows color (decimal): -12745333 or 9143613. OLE color: 9143613.

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

Color convert

RGB 61 133 139 -
CMYK 0.56 0.04 0 0.45
HSL 184.62º 0.39% 0.39% -
HSV(B) 184.62º 0.56% 0.55% -
XYZ 14.97 19.63 27.43 -
YUV 112.16 143.15 91.51 -
System Red Green Blue C M Y K H S L
Decimal 61 133 139 0.56 0.04 0 0.45 184.62 0.39 0.39
Hex 3D 85 8B 38 4 0 2D B9 27 27
Octal 75 205 213 70 4 0 55 271 47 47
Binary 111101 10000101 10001011 111000 100 0 101101 10111001 100111 100111

Color Harmonies of #3D858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D858B

Black with #3D858B

Text Example


Text Example

White with #3D858B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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