Html Css Color HEX #3D858E Blue Chill

📋 copy color: '#3D858E'

red 61 ◦ green 133 ◦ blue 142

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

Shades of Blue Chill #3D858E

Tints of Blue Chill #3D858E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.26%

R = 18.15%
G = 39.58%
B = 42.26%

CMYK

 C value IS 0.57

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3D858E (or 0x3D858E) is known color: Blue Chill. HEX triplet: 3D, 85 and 8E. RGB value is (61,133,142). Sum of RGB (Red+Green+Blue) = 61+133+142=336 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.15% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: blue. Hex color #3D858E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D858E is #C27A71. Grayscale: #707070. Windows color (decimal): -12745330 or 9340221. OLE color: 9340221.

HSL color Cylindrical-coordinate representation of color #3D858E: hue angle of 186.67º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D858E is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 61 133 142 -
CMYK 0.57 0.06 0 0.44
HSL 186.67º 0.4% 0.4% -
HSV(B) 186.67º 0.57% 0.56% -
XYZ 15.19 19.72 28.6 -
YUV 112.5 144.65 91.27 -
System Red Green Blue C M Y K H S L
Decimal 61 133 142 0.57 0.06 0 0.44 186.67 0.4 0.4
Hex 3D 85 8E 39 6 0 2C BB 28 28
Octal 75 205 216 71 6 0 54 273 50 50
Binary 111101 10000101 10001110 111001 110 0 101100 10111011 101000 101000

Color Harmonies of #3D858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D858E

Black with #3D858E

Text Example


Text Example

White with #3D858E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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