Html Css Color HEX #3D858A Blue Chill

📋 copy color: '#3D858A'

red 61 ◦ green 133 ◦ blue 138

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

Shades of Blue Chill #3D858A

Tints of Blue Chill #3D858A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.57%

R = 18.37%
G = 40.06%
B = 41.57%

CMYK

 C value IS 0.56

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3D858A (or 0x3D858A) is known color: Blue Chill. HEX triplet: 3D, 85 and 8A. RGB value is (61,133,138). Sum of RGB (Red+Green+Blue) = 61+133+138=332 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.37% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #3D858A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D858A is #C27A75. Grayscale: #6F6F6F. Windows color (decimal): -12745334 or 9078077. OLE color: 9078077.

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

Color convert

RGB 61 133 138 -
CMYK 0.56 0.04 0 0.46
HSL 183.9º 0.39% 0.39% -
HSV(B) 183.9º 0.56% 0.54% -
XYZ 14.9 19.6 27.04 -
YUV 112.04 142.65 91.59 -
System Red Green Blue C M Y K H S L
Decimal 61 133 138 0.56 0.04 0 0.46 183.9 0.39 0.39
Hex 3D 85 8A 38 4 0 2E B8 27 27
Octal 75 205 212 70 4 0 56 270 47 47
Binary 111101 10000101 10001010 111000 100 0 101110 10111000 100111 100111

Color Harmonies of #3D858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D858A

Black with #3D858A

Text Example


Text Example

White with #3D858A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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