Html Css Color HEX #3D959C Blue Chill

📋 copy color: '#3D959C'

red 61 ◦ green 149 ◦ blue 156

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

Shades of Blue Chill #3D959C

Tints of Blue Chill #3D959C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.71%

 BLUE value IS 156 (61.33% from 255) = 42.62%

R = 16.67%
G = 40.71%
B = 42.62%

CMYK

 C value IS 0.61

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3D959C (or 0x3D959C) is known color: Blue Chill. HEX triplet: 3D, 95 and 9C. RGB value is (61,149,156). Sum of RGB (Red+Green+Blue) = 61+149+156=366 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.67% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 156 - color contains mainly: blue. Hex color #3D959C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D959C is #C26A63. Grayscale: #7B7B7B. Windows color (decimal): -12741220 or 10261821. OLE color: 10261821.

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

Color convert

RGB 61 149 156 -
CMYK 0.61 0.04 0 0.39
HSL 184.42º 0.44% 0.43% -
HSV(B) 184.42º 0.61% 0.61% -
XYZ 18.67 24.89 35.27 -
YUV 123.49 146.35 83.43 -
System Red Green Blue C M Y K H S L
Decimal 61 149 156 0.61 0.04 0 0.39 184.42 0.44 0.43
Hex 3D 95 9C 3D 4 0 27 B8 2C 2B
Octal 75 225 234 75 4 0 47 270 54 53
Binary 111101 10010101 10011100 111101 100 0 100111 10111000 101100 101011

Color Harmonies of #3D959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D959C

Black with #3D959C

Text Example


Text Example

White with #3D959C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,149,156); }

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

background-color css

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

 a { background-color: rgb(61,149,156); }

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

border-color css

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

 span { border-color: rgb(61,149,156); }

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