#3D949B

Color #3D949B Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #3D949B

Tints of Blue Chill #3D949B

Color information

#3D949B (or 0x3D949B) is unknown color: approx Blue Chill. HEX triplet: 3D, 94 and 9B. RGB value is (61,148,155). Sum of RGB (Red+Green+Blue) = 61+148+155=364 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.76% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D949B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D949B is #C26B64. Grayscale: #7A7A7A. Windows color (decimal): -12741477 or 10196029. OLE color: 10196029.

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

Color convert

RGB61148155-
CMYK0.610.0500.39
HSL184.47º43.52%42.35%-
HSV(B)184.47º60.65%60.78%-
XYZ18.4324.5434.78-
YUV122.78146.1883.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.76%
GREEN value IS 148 (58.20% from 255) = 40.66%
BLUE value IS 155 (60.94% from 255) = 42.58%
R=16.76%
G=40.66%
B=42.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal611481550.610.0500.39184.4743.5242.35
Hex3D949B3D5027b82c2a
Octal752242337550472705452
Binary1111011001010010011011111101101010011110111000101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,148,155); }

 H1.HeaderClassName
 {
   color: #3D949B;
 }
 .AnyTagClassName
 {
   color: #3D949B;
 }
</style>
background-color css

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

 a { background-color: rgb(61,148,155); }

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

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

 span { border-color: rgb(61,148,155); }

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